Page MenuHomec4science

PhameConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Jan 7, 07:23

PhameConduitAPIMethod.php

<?php
abstract class PhameConduitAPIMethod extends ConduitAPIMethod {
final public function getApplication() {
return PhabricatorApplication::getByClass('PhabricatorApplicationPhame');
}
}

Event Timeline