Page MenuHomec4science

ConduitAPI_releeph_Method.php
No OneTemporary

File Metadata

Created
Fri, Feb 14, 04:27

ConduitAPI_releeph_Method.php

<?php
abstract class ConduitAPI_releeph_Method extends ConduitAPIMethod {
public function getMethodStatus() {
return self::METHOD_STATUS_UNSTABLE;
}
public function getMethodStatusDescription() {
return pht('All Releeph methods are subject to abrupt change.');
}
public function getApplication() {
return PhabricatorApplication::getByClass('PhabricatorReleephApplication');
}
}

Event Timeline