Page MenuHomec4science

ConduitAPI_feed_Method.php
No OneTemporary

File Metadata

Created
Sun, Jul 6, 08:16

ConduitAPI_feed_Method.php

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

Event Timeline