Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107413525
AphrontDatabaseTableRef.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Apr 8, 00:05
Size
425 B
Mime Type
text/x-php
Expires
Thu, Apr 10, 00:05 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25407780
Attached To
rPHU libphutil
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
;
}
}
Event Timeline
Log In to Comment