1<?php 2 3interface AphrontDatabaseTableRefInterface { 4 5 public function getAphrontRefDatabaseName(); 6 public function getAphrontRefTableName(); 7 8} 9 10