Bitrix API

EntityImplementation

Class EntityImplementation

This class is used in history data model generation. An object of this class modifies and customizes data model for specific entity type (e.g., Deal or Lead)

Implements the pattern 'Bridge'. This class is an 'implementation'

This base class is used as 'null-object', therefore it is not abstract

Table of Contents

Methods

__construct()  : mixed
getEntityInfo()  : array<string|int, mixed>
Return display info about the specified entity
getFieldTitle()  : string|null
Get title (caption) for a specified field

Methods

__construct()

public __construct(int $entityTypeId) : mixed
Parameters
$entityTypeId : int

getEntityInfo()

Return display info about the specified entity

public getEntityInfo(int $entityId) : array<string|int, mixed>
Parameters
$entityId : int
Return values
array<string|int, mixed>

getFieldTitle()

Get title (caption) for a specified field

public getFieldTitle(string $fieldName) : string|null
Parameters
$fieldName : string
Return values
string|null

        
On this page

Search results