Page MenuHomec4science

ConpherenceConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Aug 6, 06:11

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));
}
}

Event Timeline