Page MenuHomec4science

PhameConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Mar 31, 20:46

PhameConduitAPIMethod.php

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

Event Timeline