Page MenuHomec4science

FeedConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Dec 25, 15:07

FeedConduitAPIMethod.php

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

Event Timeline