Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/infrastructure/storage/xsprintf/AphrontDatabaseTableRefInterface.php
12241 views
1
<?php
2
3
interface AphrontDatabaseTableRefInterface {
4
5
public function getAphrontRefDatabaseName();
6
public function getAphrontRefTableName();
7
8
}
9
10