Page MenuHomec4science

ConduitAPI_phragment_Method.php
No OneTemporary

File Metadata

Created
Sat, Jul 5, 18:59

ConduitAPI_phragment_Method.php

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

Event Timeline