Page MenuHomestyx hydra

ConpherenceConduitAPIMethod.php
No OneTemporary

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
Tue, May 26, 10:09 PM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1552134
Default Alt Text
ConpherenceConduitAPIMethod.php (437 B)

Event Timeline