Page MenuHomePhorge

AphrontDatabaseTableRef.php
No OneTemporary

Size
425 B
Referenced Files
None
Subscribers
None

AphrontDatabaseTableRef.php

<?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

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)

Event Timeline