Page MenuHomePhorge

AlmanacConduitAPIMethod.php
No OneTemporary

Size
456 B
Referenced Files
None
Subscribers
None

AlmanacConduitAPIMethod.php

<?php
abstract class AlmanacConduitAPIMethod extends ConduitAPIMethod {
final public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorAlmanacApplication');
}
public function getMethodStatus() {
return self::METHOD_STATUS_UNSTABLE;
}
public function getMethodStatusDescription() {
return pht(
'Almanac is a prototype application and its APIs are '.
'subject to change.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, May 6, 4:24 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
83265
Default Alt Text
AlmanacConduitAPIMethod.php (456 B)

Event Timeline