Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F472341
AlmanacConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
456 B
Referenced Files
None
Subscribers
None
AlmanacConduitAPIMethod.php
View Options
<?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
Details
Attached
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)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment