database = $database; $this->table = $table; } public function getAphrontRefDatabaseName() { return $this->database; } public function getAphrontRefTableName() { return $this->table; } }