EventCollection
Table of Contents
Methods
-
getEventsId()
: array<string|int, mixed>
-
getInstance()
: self
-
isDuplicate()
: bool
-
isEmpty()
: bool
-
list()
: array<string|int, mixed>
-
push()
: void
getEventsId()
public
getEventsId() : array<string|int, mixed>
Return values
array<string|int, mixed>
getInstance()
public
static getInstance() : self
isDuplicate()
public
isDuplicate(Event $event) : bool
Parameters
-
$event
: Event
-
isEmpty()
public
isEmpty() : bool
list()
public
list() : array<string|int, mixed>
Return values
array<string|int, mixed>
push()
public
push(Event $event) : void
Parameters
-
$event
: Event
-