Bitrix API

PropertiesCollection implements Iterator, ArrayAccess, Countable

FinalYes

Table of Contents

Interfaces

Iterator
ArrayAccess
Countable

Methods

__construct()  : mixed
count()  : int
current()  : Property|null
getProperty()  : Property|null
getPropertyNameList()  : array<string|int, mixed>
hasProperty()  : bool
key()  : string
next()  : void
offsetExists()  : bool
offsetGet()  : Property|null
offsetSet()  : void
offsetUnset()  : void
rewind()  : void
toArray()  : array<string|int, mixed>
valid()  : bool

Methods

getPropertyNameList()

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

hasProperty()

public hasProperty(string $code) : bool
Parameters
$code : string
Return values
bool

offsetExists()

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

offsetSet()

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

toArray()

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

        
On this page

Search results