Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93186209
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
Tue, Nov 26, 20:56
Size
427 B
Mime Type
text/x-php
Expires
Thu, Nov 28, 20:56 (2 d)
Engine
blob
Format
Raw Data
Handle
22589064
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