Bitrix API

AttendeeCollection extends PropertyCollection

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

Methods

__construct()

public __construct([array<string|int, mixed> $collection = [] ]) : mixed
Parameters
$collection : array<string|int, mixed> = []

add()

public add(mixed $item) : $this
Parameters
$item : mixed
Return values
$this

addItems()

public addItems(array<string|int, mixed> $items) : $this
Parameters
$items : array<string|int, mixed>
Return values
$this

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
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
ArrayIterator

remove()

public remove(mixed $key) : $this
Parameters
$key : mixed
Return values
$this

rewindGenerator()

public rewindGenerator() : void

setAttendeesId()

public setAttendeesId(array<string|int, mixed> $attendeesId) : $this
Parameters
$attendeesId : array<string|int, mixed>
Return values
$this

toString()

public toString([mixed $separator = ', ' ]) : string
Parameters
$separator : mixed = ', '
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
string

        
On this page

Search results