Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97577737
CountdownSearchConduitAPIMethod.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, Jan 5, 10:04
Size
366 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 10:04 (2 d)
Engine
blob
Format
Raw Data
Handle
23430018
Attached To
rPH Phabricator
CountdownSearchConduitAPIMethod.php
View Options
<?php
final
class
CountdownSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'countdown.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorCountdownSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about countdowns.'
);
}
}
Event Timeline
Log In to Comment