Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Public Member Functions | List of all members
core_calendar\local\event\entities\event_collection_interface Interface Reference

Interface for an event collection class. More...

Inheritance diagram for core_calendar\local\event\entities\event_collection_interface:
core_calendar\local\event\entities\repeat_event_collection

Public Member Functions

 get_id ()
 Get the event collection's ID. More...
 
 get_num ()
 Get the total number of repeats in the collection. More...
 

Detailed Description

Interface for an event collection class.

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Member Function Documentation

◆ get_id()

core_calendar\local\event\entities\event_collection_interface::get_id ( )

Get the event collection's ID.

Return values
int

Implemented in core_calendar\local\event\entities\repeat_event_collection.

◆ get_num()

core_calendar\local\event\entities\event_collection_interface::get_num ( )

Get the total number of repeats in the collection.

Return values
int

Implemented in core_calendar\local\event\entities\repeat_event_collection.


The documentation for this interface was generated from the following file: