Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549059
PhabricatorAuthConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
427 B
Referenced Files
None
Subscribers
None
PhabricatorAuthConduitAPIMethod.php
View Options
<?php
abstract
class
PhabricatorAuthConduitAPIMethod
extends
ConduitAPIMethod
{
final
public
function
getApplication
()
{
return
PhabricatorApplication
::
getByClass
(
'PhabricatorAuthApplication'
);
}
public
function
getMethodStatus
()
{
return
self
::
METHOD_STATUS_UNSTABLE
;
}
public
function
getMethodStatusDescription
()
{
return
pht
(
'These methods are recently introduced and subject to change.'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:00 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
100905
Default Alt Text
PhabricatorAuthConduitAPIMethod.php (427 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment