Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F979026
AphrontDatabaseTableRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
425 B
Referenced Files
None
Subscribers
None
AphrontDatabaseTableRef.php
View Options
<?php
final
class
AphrontDatabaseTableRef
extends
Phobject
implements
AphrontDatabaseTableRefInterface
{
private
$database
;
private
$table
;
public
function
__construct
(
$database
,
$table
)
{
$this
->
database
=
$database
;
$this
->
table
=
$table
;
}
public
function
getAphrontRefDatabaseName
()
{
return
$this
->
database
;
}
public
function
getAphrontRefTableName
()
{
return
$this
->
table
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 11:50 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
235535
Default Alt Text
AphrontDatabaseTableRef.php (425 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment