Page MenuHomec4science

PhragmentConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, May 6, 19:55

PhragmentConduitAPIMethod.php

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

Event Timeline