Bitrix API

FieldCode

Table of Contents

Methods

__construct()  : mixed
getCode()  : string
getDescription()  : array<string|int, mixed>|null
getEntityFieldCode()  : string|null
getEntityTypeId()  : int|null
getEntityTypeName()  : string|null

Methods

__construct()

public __construct(string $code) : mixed
Parameters
$code : string

getCode()

public getCode() : string
Return values
string

getDescription()

public getDescription([int|null $presetId = null ]) : array<string|int, mixed>|null
Parameters
$presetId : int|null = null
Tags
@return

null|array{CAPTION: string, TYPE: string, ITEMS?: array<array{ID: string, VALUE: string}>

Return values
array<string|int, mixed>|null

getEntityFieldCode()

public getEntityFieldCode() : string|null
Return values
string|null

getEntityTypeId()

public getEntityTypeId() : int|null
Return values
int|null

getEntityTypeName()

public getEntityTypeName() : string|null
Return values
string|null

        
On this page

Search results