Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102682424
DifferentialRevisionSearchConduitAPIMethod.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
Sun, Feb 23, 05:16
Size
388 B
Mime Type
text/x-php
Expires
Tue, Feb 25, 05:16 (1 d, 14 h)
Engine
blob
Format
Raw Data
Handle
24396530
Attached To
rPH Phabricator
DifferentialRevisionSearchConduitAPIMethod.php
View Options
<?php
final
class
DifferentialRevisionSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'differential.revision.search'
;
}
public
function
newSearchEngine
()
{
return
new
DifferentialRevisionSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about revisions.'
);
}
}
Event Timeline
Log In to Comment