Bitrix API

Field implements Controllable, Errorable uses ErrorableImplementation

Table of Contents

Interfaces

Controllable
Errorable

Constants

ERROR_SAVE_FIELD  = "ERROR_SAVE_FIELD"
ERROR_UPDATE_FIELD  = "ERROR_UPDATE_FIELD"

Methods

__construct()  : mixed
add()  : int|bool
Adds an entity.
delete()  : bool
Deletes an entity.
get()  : array<string|int, mixed>
Returns a list of entity data.
getAvailableTypes()  : mixed
update()  : bool
Updates an entity.

Constants

ERROR_SAVE_FIELD

public mixed ERROR_SAVE_FIELD = "ERROR_SAVE_FIELD"

ERROR_UPDATE_FIELD

public mixed ERROR_UPDATE_FIELD = "ERROR_UPDATE_FIELD"

Methods

__construct()

public __construct(Param $param) : mixed
Parameters
$param : Param

add()

Adds an entity.

public add() : int|bool
Return values
int|bool

delete()

Deletes an entity.

public delete() : bool
Return values
bool

get()

Returns a list of entity data.

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

Navigation data.

Return values
array<string|int, mixed>

getAvailableTypes()

public getAvailableTypes() : mixed

update()

Updates an entity.

public update() : bool
Return values
bool

        
On this page

Search results