Page MenuHomec4science

PhragmentConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Thu, Jan 9, 15:41

PhragmentConduitAPIMethod.php

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

Event Timeline