final class EventCollection implements Countable, IteratorAggregate (View source)

Methods

void
add(Event ...$events)

No description

array
asArray()

No description

int
count()

No description

bool
isEmpty()

No description

bool
isNotEmpty()

No description

Details

void add(Event ...$events)

No description

Parameters

Event ...$events

Return Value

void

array asArray()

No description

Return Value

array

int count()

No description

Return Value

int

bool isEmpty()

No description

Return Value

bool

bool isNotEmpty()

No description

Return Value

bool

EventCollectionIterator getIterator()

No description