Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1107196
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
Mon, Jun 30, 9:04 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
260555
Default Alt Text
AlmanacConduitAPIMethod.php (456 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment