Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99937371
PhabricatorPackagesVersionSearchConduitAPIMethod.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
Mon, Jan 27, 09:00
Size
394 B
Mime Type
text/x-php
Expires
Wed, Jan 29, 09:00 (2 d)
Engine
blob
Format
Raw Data
Handle
23852688
Attached To
rPH Phabricator
PhabricatorPackagesVersionSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorPackagesVersionSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'packages.version.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorPackagesVersionSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about versions.'
);
}
}
Event Timeline
Log In to Comment