Page MenuHomePhorge

ReleephConduitAPIMethod.php
No OneTemporary

Size
411 B
Referenced Files
None
Subscribers
None

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');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 7, 3:32 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
282910
Default Alt Text
ReleephConduitAPIMethod.php (411 B)

Event Timeline