3 abstract class ConpherenceConduitAPIMethod
extends ConduitAPIMethod
{
5 final public function getApplication() {
6 return PhabricatorApplication
::getByClass(
7 'PhabricatorConpherenceApplication');
10 final protected function getConpherenceURI(ConpherenceThread
$conpherence) {
11 $id = $conpherence->getID();
12 return PhabricatorEnv
::getProductionURI(
13 $this->getApplication()->getApplicationURI($id));