Page MenuHomec4science

ConduitAPI_owners_Method.php
No OneTemporary

File Metadata

Created
Thu, Jan 30, 00:21

ConduitAPI_owners_Method.php

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

Event Timeline