Table of Contents
Methods
-
__construct()
: mixed
-
__toString()
: string
-
add()
: $this
-
addItems()
: $this
-
count()
: int
-
fetch()
: mixed
-
getAttendeesCodes()
: array<string|int, mixed>
-
getAttendeesIdCollection()
: array<string|int, int>
-
getCollection()
: array<string|int, mixed>
-
getFields()
: array<string|int, mixed>
-
getIterator()
: ArrayIterator
-
remove()
: $this
-
rewindGenerator()
: void
-
setAttendeesCodes()
: AttendeeCollection
-
setAttendeesId()
: $this
-
toString()
: string
__construct()
public
__construct([array<string|int, mixed> $collection = [] ]) : mixed
Parameters
-
$collection
: array<string|int, mixed>
= []
-
__toString()
public
__toString() : string
add()
public
add(mixed $item) : $this
Parameters
-
$item
: mixed
-
addItems()
public
addItems(array<string|int, mixed> $items) : $this
Parameters
-
$items
: array<string|int, mixed>
-
count()
public
count() : int
fetch()
public
fetch() : mixed
-
throws
-
BaseException
getAttendeesCodes()
public
getAttendeesCodes() : array<string|int, mixed>
Return values
array<string|int, mixed>
getAttendeesIdCollection()
public
getAttendeesIdCollection() : array<string|int, int>
Return values
array<string|int, int>
getCollection()
public
getCollection() : array<string|int, mixed>
Return values
array<string|int, mixed>
getFields()
public
getFields() : array<string|int, mixed>
Return values
array<string|int, mixed>
getIterator()
public
getIterator() : ArrayIterator
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
ArrayIterator
remove()
public
remove(mixed $key) : $this
Parameters
-
$key
: mixed
-
rewindGenerator()
public
rewindGenerator() : void
setAttendeesCodes()
public
setAttendeesCodes(array<string|int, mixed> $attendeesCodes) : AttendeeCollection
Parameters
-
$attendeesCodes
: array<string|int, mixed>
-
setAttendeesId()
public
setAttendeesId(array<string|int, mixed> $attendeesId) : $this
Parameters
-
$attendeesId
: array<string|int, mixed>
-
toString()
public
toString([mixed $separator = ', ' ]) : string
Parameters
-
$separator
: mixed
= ', '
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException