Page MenuHomec4science

FeedConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Nov 12, 21:43

FeedConduitAPIMethod.php

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

Event Timeline