Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92650340
PhabricatorAuthConduitAPIMethod.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 22, 09:38
Size
427 B
Mime Type
text/x-php
Expires
Sun, Nov 24, 09:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22477927
Attached To
rPH Phabricator
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.'
);
}
}
Event Timeline
Log In to Comment