Bitrix API

Base

AbstractYes

Table of Contents

Methods

__construct()  : mixed
Constructor.
getFeatureMap()  : array<string|int, mixed>
Returns map of the features, implemented by this provider.
getFeatures()  : array<string|int, mixed>|false
Returns feature vector for CRM entity.

Methods

__construct()

Constructor.

public __construct([DateTime|null $currentDate = null ]) : mixed
Parameters
$currentDate : DateTime|null = null

Date to use instead of "current".

Tags
throws
ObjectException

getFeatureMap()

Returns map of the features, implemented by this provider.

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

getFeatures()

Returns feature vector for CRM entity.

public abstract getFeatures(int $entityTypeId, int $entityId) : array<string|int, mixed>|false
Parameters
$entityTypeId : int

Id of the entity type.

$entityId : int

Entity Id.

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

        
On this page

Search results