3 final class AphrontDatabaseTableRef
5 implements AphrontDatabaseTableRefInterface
{
10 public function __construct($database, $table) {
11 $this->database
= $database;
12 $this->table
= $table;
15 public function getAphrontRefDatabaseName() {
16 return $this->database
;
19 public function getAphrontRefTableName() {