Page MenuHomePhorge

PhabricatorCalendarEventSearchConduitAPIMethod.php
No OneTemporary

Size
386 B
Referenced Files
None
Subscribers
None

PhabricatorCalendarEventSearchConduitAPIMethod.php

<?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.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, May 12, 3:59 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
113656
Default Alt Text
PhabricatorCalendarEventSearchConduitAPIMethod.php (386 B)

Event Timeline