EventGroupList
EventGroupList.php
:
19
Implements
Countable, IteratorAggregate
List of grouped events.
Methods¶
__construct() ¶
EventGroupList.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$groups | array<string|int, EventGroup> | - | - |
count() ¶
EventGroupList.php
:
45
|
|
Return values
int
createEmpty() ¶
EventGroupList.php
:
50
|
|
Return values
self
getGroups() ¶
EventGroupList.php
:
35
|
|
Return values
array<string|int, EventGroup>
getIterator() ¶
EventGroupList.php
:
40
|
|
Return values
Iterator