Page MenuHomec4science

ConduitAPI_conpherence_Method.php
No OneTemporary

File Metadata

Created
Mon, Feb 17, 14:05

ConduitAPI_conpherence_Method.php

<?php
/**
* @group conduit
*/
abstract class ConduitAPI_conpherence_Method
extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorApplicationConpherence');
}
final protected function getConpherenceURI(ConpherenceThread $conpherence) {
$id = $conpherence->getID();
return PhabricatorEnv::getProductionURI(
$this->getApplication()->getApplicationURI($id));
}
}

Event Timeline