Page MenuHomec4science

FileConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Fri, Jun 27, 03:45

FileConduitAPIMethod.php

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

Event Timeline