Page MenuHomec4science

ConduitAPI_owners_Method.php
No OneTemporary

File Metadata

Created
Mon, Jul 21, 14:59

ConduitAPI_owners_Method.php

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

Event Timeline