Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91502718
PhabricatorCalendarEventSearchConduitAPIMethod.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, Nov 11, 17:38
Size
386 B
Mime Type
text/x-php
Expires
Wed, Nov 13, 17:38 (2 d)
Engine
blob
Format
Raw Data
Handle
22271080
Attached To
rPH Phabricator
PhabricatorCalendarEventSearchConduitAPIMethod.php
View Options
<?php
final
class
PhabricatorCalendarEventSearchConduitAPIMethod
extends
PhabricatorSearchEngineAPIMethod
{
public
function
getAPIMethodName
()
{
return
'calendar.event.search'
;
}
public
function
newSearchEngine
()
{
return
new
PhabricatorCalendarEventSearchEngine
();
}
public
function
getMethodSummary
()
{
return
pht
(
'Read information about events.'
);
}
}
Event Timeline
Log In to Comment