Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90908483
DrydockAuthorizationSearchConduitAPIMethod.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 5, 21:07
Size
405 B
Mime Type
text/x-php
Expires
Thu, Nov 7, 21:07 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22156867
Attached To
rPH Phabricator
DrydockAuthorizationSearchConduitAPIMethod.php
View Options
<?php
final
class
DrydockAuthorizationSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'drydock.authorization.search'
;
}
public
function
newSearchEngine
()
{
return
new
DrydockAuthorizationSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Retrieve information about Drydock authorizations.'
);
}
}
Event Timeline
Log In to Comment