Page MenuHomec4science

ConduitAPI_phrequent_Method.php
No OneTemporary

File Metadata

Created
Wed, Jan 22, 16:59

ConduitAPI_phrequent_Method.php

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

Event Timeline