Page MenuHomec4science

PhrequentConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Jan 15, 05:21

PhrequentConduitAPIMethod.php

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

Event Timeline