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