Page MenuHomestyx hydra

ConduitAPI_conpherence_Method.php
No OneTemporary

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

File Metadata

Mime Type
text/x-php
Expires
Tue, Dec 2, 6:03 PM (14 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
432354
Default Alt Text
ConduitAPI_conpherence_Method.php (461 B)

Event Timeline