Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98675010
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
Wed, Jan 15, 13:05
Size
386 B
Mime Type
text/x-php
Expires
Fri, Jan 17, 13:05 (2 d)
Engine
blob
Format
Raw Data
Handle
23622092
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