Page MenuHomePhorge

ConpherenceConduitAPIMethod.php
No OneTemporary

Size
437 B
Referenced Files
None
Subscribers
None

ConpherenceConduitAPIMethod.php

<?php
abstract class ConpherenceConduitAPIMethod extends ConduitAPIMethod {
final 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, 1:46 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
236146
Default Alt Text
ConpherenceConduitAPIMethod.php (437 B)

Event Timeline