Page MenuHomec4science

PhrequentConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Feb 12, 09:55

PhrequentConduitAPIMethod.php

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

Event Timeline