Page MenuHomec4science

ConduitAPI_conpherence_Method.php
No OneTemporary

File Metadata

Created
Tue, Jan 28, 11:33

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

Event Timeline