LeadConversionStatisticsEntry
Table of Contents
Methods
-
getLatest()
: array<string|int, mixed>
-
isRegistered()
: bool
-
parseDateString()
: string|null
-
processBindingsChange()
: bool
-
register()
: bool
-
unregister()
: void
getLatest()
public
static getLatest(mixed $ownerID) : array<string|int, mixed>
Parameters
-
$ownerID
: mixed
-
Return values
array<string|int, mixed>
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
processBindingsChange()
public
static processBindingsChange(mixed $ownerID) : bool
Parameters
-
$ownerID
: 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
-
unregister()
public
static unregister(mixed $ownerID) : void
Parameters
-
$ownerID
: mixed
-