Page MenuHomec4science

PhameConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sat, Jun 21, 23:05

PhameConduitAPIMethod.php

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

Event Timeline