Tracking extends Base
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
getFeatureMap()
Returns map of the features, implemented by this provider.
public
getFeatureMap() : array<string|int, mixed>
Return values
array<string|int, mixed>getFeatures()
Returns feature vector for CRM entity.
public
getFeatures(mixed $entityTypeId, mixed $entityId) : array<string|int, mixed>|false
Parameters
- $entityTypeId : mixed
-
Id of the entity type.
- $entityId : mixed
-
Entity Id.