Page MenuHomec4science

ConduitAPI_feed_Method.php
No OneTemporary

File Metadata

Created
Fri, Jan 31, 13:37

ConduitAPI_feed_Method.php

<?php
/**
* @group conduit
*/
abstract class ConduitAPI_feed_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorApplicationFeed');
}
}

Event Timeline