Page MenuHomec4science

MacroConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Apr 7, 03:26

MacroConduitAPIMethod.php

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

Event Timeline