2013-03-13 07:09:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
2013-09-05 13:11:02 -07:00
|
|
|
/**
|
|
|
|
|
* @group conduit
|
|
|
|
|
*/
|
2013-03-13 07:09:05 -07:00
|
|
|
abstract class ConduitAPI_file_Method extends ConduitAPIMethod {
|
|
|
|
|
|
|
|
|
|
public function getApplication() {
|
|
|
|
|
return PhabricatorApplication::getByClass(
|
|
|
|
|
'PhabricatorApplicationFiles');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|