Page MenuHomec4science

ConduitAPI_phragment_Method.php
No OneTemporary

File Metadata

Created
Fri, Jul 4, 22:50

ConduitAPI_phragment_Method.php

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

Event Timeline