Page MenuHomec4science

ConduitAPI_phpast_Method.php
No OneTemporary

File Metadata

Created
Tue, Sep 17, 22:23

ConduitAPI_phpast_Method.php

<?php
/**
* @group conduit
*/
abstract class ConduitAPI_phpast_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorApplicationPHPAST');
}
}

Event Timeline