Changeset View
Changeset View
Standalone View
Standalone View
src/applications/calendar/query/PhabricatorCalendarEventQuery.php
| Show First 20 Lines • Show All 507 Lines • ▼ Show 20 Lines | protected function shouldGroupQueryResultRows() { | ||||
| } | } | ||||
| return parent::shouldGroupQueryResultRows(); | return parent::shouldGroupQueryResultRows(); | ||||
| } | } | ||||
| public function getQueryApplicationClass() { | public function getQueryApplicationClass() { | ||||
| return 'PhabricatorCalendarApplication'; | return 'PhabricatorCalendarApplication'; | ||||
| } | } | ||||
| protected function willFilterPage(array $events) { | protected function willFilterPage(array $events) { | ||||
| $instance_of_event_phids = array(); | $instance_of_event_phids = array(); | ||||
| $recurring_events = array(); | $recurring_events = array(); | ||||
| $viewer = $this->getViewer(); | $viewer = $this->getViewer(); | ||||
| $events = $this->getEventsInRange($events); | $events = $this->getEventsInRange($events); | ||||
| $import_phids = array(); | $import_phids = array(); | ||||
| ▲ Show 20 Lines • Show All 225 Lines • Show Last 20 Lines | |||||