Bitrix API

MemberCollection implements IteratorAggregate, Arrayable

Table of Contents

Interfaces

IteratorAggregate
Arrayable

Methods

add()  : static
clear()  : static
get()  : static
getIterator()  : ArrayIterator
getUserIds()  : array<string|int, mixed>
isEmpty()  : bool
merge()  : static
pop()  : Member|null
set()  : static
toArray()  : array<string|int, mixed>

Methods

get()

public get(string $role) : static
Parameters
$role : string
Return values
static

getIterator()

public getIterator() : ArrayIterator
Return values
ArrayIterator

getUserIds()

public getUserIds([bool $unique = false ]) : array<string|int, mixed>
Parameters
$unique : bool = false
Return values
array<string|int, mixed>

isEmpty()

public isEmpty([string $role = '' ]) : bool
Parameters
$role : string = ''
Return values
bool

merge()

public merge(self $collection) : static
Parameters
$collection : self
Return values
static

toArray()

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results