Bitrix API

ActivityStatisticEntry

Table of Contents

Methods

get()  : array<string|int, mixed>|null
rebuild()  : bool
register()  : bool
synchronize()  : bool
unregister()  : mixed

Methods

get()

public static get(mixed $ownerID, Date $date, string $providerId, string $providerTypeId) : array<string|int, mixed>|null
Parameters
$ownerID : mixed
$date : Date
$providerId : string
$providerTypeId : string
Tags
throws
ArgumentException
Return values
array<string|int, mixed>|null

rebuild()

public static rebuild(array<string|int, mixed> $ownerIDs) : bool
Parameters
$ownerIDs : array<string|int, mixed>
Return values
bool

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
Tags
throws
ArgumentException
throws
NotSupportedException
throws
Exception
Return values
bool

synchronize()

public static synchronize(mixed $ownerID[, array<string|int, mixed> $entityFields = null ]) : bool
Parameters
$ownerID : mixed
$entityFields : array<string|int, mixed> = null
Tags
throws
ArgumentException
Return values
bool

unregister()

public static unregister(mixed $ownerID) : mixed
Parameters
$ownerID : mixed
Tags
throws
ArgumentException

        
On this page

Search results