Bitrix API

SectionConnectionMap extends EntityMap

Wrapper for working with entities that have implemented the interface EntityInterface

Table of Contents

Methods

__construct()  : mixed
add()  : self
addItems()  : self
count()  : int
fetch()  : SectionConnection
getCollection()  : array<string|int, SectionConnection>
getItem()  : SectionConnection
getItemsByKeys()  : self
getIterator()  : ArrayIterator
has()  : bool
remove()  : $this
rewindGenerator()  : void
updateItem()  : self

Methods

__construct()

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

addItems()

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

getItemsByKeys()

public getItemsByKeys(array<string|int, mixed> $key) : self
Parameters
$key : array<string|int, mixed>
Return values
self

getIterator()

public getIterator() : ArrayIterator
Return values
ArrayIterator

has()

public has(mixed $key) : bool
Parameters
$key : mixed
Return values
bool

remove()

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

rewindGenerator()

public rewindGenerator() : void

        
On this page

Search results