Page MenuHomec4science

PhragmentConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Jan 8, 23:48

PhragmentConduitAPIMethod.php

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

Event Timeline