Page MenuHomec4science

FeedConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Thu, Jul 31, 07:43

FeedConduitAPIMethod.php

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

Event Timeline