LeadActivityStatisticEntry
Table of Contents
Methods
-
get()
: array<string|int, mixed>|null
-
isRegistered()
: bool
-
parseDateString()
: string|null
-
prepareTimeline()
: array<string|int, mixed>
-
register()
: bool
-
synchronize()
: bool
-
unregister()
: void
get()
public
static get(mixed $ownerID, Date $date) : array<string|int, mixed>|null
Parameters
-
$ownerID
: mixed
-
-
$date
: Date
-
Return values
array<string|int, mixed>|null
isRegistered()
public
static isRegistered(mixed $ownerID) : bool
Parameters
-
$ownerID
: mixed
-
parseDateString()
public
static parseDateString(mixed $str) : string|null
Parameters
-
$str
: mixed
-
Return values
string|null
prepareTimeline()
public
static prepareTimeline(mixed $ownerID) : array<string|int, mixed>
Parameters
-
$ownerID
: mixed
-
Return values
array<string|int, mixed>
register()
public
static register(mixed $ownerID[, array<string|int, mixed> $entityFields = null ][, array<string|int, mixed> $options = null ]) : bool
Parameters
-
$ownerID
: mixed
-
-
$entityFields
: array<string|int, mixed>
= null
-
-
$options
: array<string|int, mixed>
= null
-
synchronize()
public
static synchronize(mixed $ownerID[, array<string|int, mixed> $entityFields = null ]) : bool
Parameters
-
$ownerID
: mixed
-
-
$entityFields
: array<string|int, mixed>
= null
-
unregister()
public
static unregister(mixed $ownerID) : void
Parameters
-
$ownerID
: mixed
-