Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
This is the complete list of members for core_calendar\local\api, including all inherited members.
get_action_events_by_course( $course, $timesortfrom=null, $timesortto=null, $aftereventid=null, $limitnum=20, ?string $searchvalue=null) | core_calendar\local\api | static |
get_action_events_by_courses( $courses=[], $timesortfrom=null, $timesortto=null, $limitnum=20, ?string $searchvalue=null) | core_calendar\local\api | static |
get_action_events_by_timesort( $timesortfrom=null, $timesortto=null, $aftereventid=null, $limitnum=20, $limittononsuspendedevents=false, ?\stdClass $user=null, ?string $searchvalue=null) | core_calendar\local\api | static |
get_events( $timestartfrom=null, $timestartto=null, $timesortfrom=null, $timesortto=null, $timestartaftereventid=null, $timesortaftereventid=null, $limitnum=20, $type=null, array $usersfilter=null, array $groupsfilter=null, array $coursesfilter=null, array $categoriesfilter=null, $withduration=true, $ignorehidden=true, callable $filter=null) | core_calendar\local\api | static |
update_event_start_day(event_interface $event, DateTimeInterface $startdate) | core_calendar\local\api | static |