Bitrix API

Change implements ArrayAccess

Table of Contents

Interfaces

ArrayAccess

Methods

__construct()  : mixed
getFromValue()  : mixed
getToValue()  : mixed
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
toArray()  : array<string|int, mixed>

Methods

__construct()

public __construct(mixed $fromValue, mixed $toValue) : mixed
Parameters
$fromValue : mixed
$toValue : mixed

getFromValue()

public getFromValue() : mixed

getToValue()

public getToValue() : mixed

offsetExists()

public offsetExists(mixed $offset) : bool
Parameters
$offset : mixed
Return values
bool

offsetGet()

public offsetGet(mixed $offset) : mixed
Parameters
$offset : mixed

offsetSet()

public offsetSet(mixed $offset, mixed $value) : void
Parameters
$offset : mixed
$value : mixed

offsetUnset()

public offsetUnset(mixed $offset) : void
Parameters
$offset : mixed

toArray()

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

        
On this page

Search results