Page MenuHomec4science

PhameConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Sep 11, 09:53

PhameConduitAPIMethod.php

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

Event Timeline