[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/releeph/conduit/ -> ReleephConduitAPIMethod.php (source)

   1  <?php
   2  
   3  abstract class ReleephConduitAPIMethod extends ConduitAPIMethod {
   4  
   5    public function getMethodStatus() {
   6      return self::METHOD_STATUS_UNSTABLE;
   7    }
   8  
   9    public function getMethodStatusDescription() {
  10      return pht('All Releeph methods are subject to abrupt change.');
  11    }
  12  
  13    final public function getApplication() {
  14      return PhabricatorApplication::getByClass('PhabricatorReleephApplication');
  15    }
  16  
  17  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1