Page MenuHomec4science

ReleephConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Tue, Jan 7, 08:09

ReleephConduitAPIMethod.php

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

Event Timeline