Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / conpherence / conduit / ConpherenceConduitAPIMethod.php
blob49443597ba8e6d4d93d74907e2e9e3eb4b066bec
1 <?php
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));