Page MenuHomec4science

FeedConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Oct 2, 20:13

FeedConduitAPIMethod.php

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

Event Timeline