Page MenuHomec4science

OwnersConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Apr 1, 22:37

OwnersConduitAPIMethod.php

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

Event Timeline