Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98114155
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
Thu, Jan 9, 22:37
Size
405 B
Mime Type
text/x-php
Expires
Sat, Jan 11, 22:37 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23508864
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