Bitrix API

Filter implements ArrayAccess uses EntityFabric, EntityBaseMethods

Table of Contents

Interfaces

ArrayAccess

Methods

__construct()  : mixed
add()  : mixed
delete()  : mixed
destroy()  : mixed
generatePattern()  : mixed
getById()  : static
getData()  : mixed
getId()  : mixed
getInstance()  : static
offsetExists()  : bool
offsetGet()  : mixed
offsetSet()  : void
offsetUnset()  : void
update()  : mixed

Methods

__construct()

public __construct(mixed $id) : mixed
Parameters
$id : mixed

add()

public static add(array<string|int, mixed> $fields) : mixed
Parameters
$fields : array<string|int, mixed>

delete()

public delete() : mixed

generatePattern()

public generatePattern() : mixed

getById()

public static getById(int $id) : static
Parameters
$id : int
Return values
static

getInstance()

public static getInstance(static|int $object) : static
Parameters
$object : static|int
Return values
static

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

update()

public update(array<string|int, mixed> $fields) : mixed
Parameters
$fields : array<string|int, mixed>

        
On this page

Search results