Page MenuHomec4science

ConduitAPI_owners_Method.php
No OneTemporary

File Metadata

Created
Wed, Jan 15, 07:40

ConduitAPI_owners_Method.php

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

Event Timeline