Page MenuHomec4science

ConduitAPI_phrequent_Method.php
No OneTemporary

File Metadata

Created
Wed, Apr 23, 15:49

ConduitAPI_phrequent_Method.php

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

Event Timeline