Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93459833
DifferentialDiffSearchConduitAPIMethod.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, Nov 28, 22:46
Size
372 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 22:46 (2 d)
Engine
blob
Format
Raw Data
Handle
22640820
Attached To
rPH Phabricator
DifferentialDiffSearchConduitAPIMethod.php
View Options
<?php
final
class
DifferentialDiffSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'differential.diff.search'
;
}
public
function
newSearchEngine
()
{
return
new
DifferentialDiffSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about diffs.'
);
}
}
Event Timeline
Log In to Comment