EventGroupList
EventGroupList.php
:
21
Read-only
Final
Implements
Countable, IteratorAggregate
List of grouped events.
Methods¶
__construct()
¶
EventGroupList.php
:
26
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$groups | iterable<string|int, EventGroup> | - | - |
count()
¶
EventGroupList.php
:
45
|
|
Return values
int
createEmpty()
¶
EventGroupList.php
:
50
|
|
Return values
self
getGroups()
¶
EventGroupList.php
:
33
|
|
Return values
iterable<string|int, EventGroup>
getIterator()
¶
EventGroupList.php
:
38
|
|
Return values
Iterator