Page MenuHomePhorge

ConduitAPI_conpherence_Method.php
No OneTemporary

Size
433 B
Referenced Files
None
Subscribers
None

ConduitAPI_conpherence_Method.php

<?php
abstract class ConduitAPI_conpherence_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorConpherenceApplication');
}
final protected function getConpherenceURI(ConpherenceThread $conpherence) {
$id = $conpherence->getID();
return PhabricatorEnv::getProductionURI(
$this->getApplication()->getApplicationURI($id));
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 5:53 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226119
Default Alt Text
ConduitAPI_conpherence_Method.php (433 B)

Event Timeline