AnalyticsService extends Analytics
Table of Contents
Methods
- isEnabled() : bool
- start() : mixed
- write() : mixed
Methods
isEnabled()
public
isEnabled() : bool
Return values
boolstart()
public
start([CBPRuntime $runtime = null ]) : mixed
Parameters
- $runtime : CBPRuntime = null
write()
public
write(array<string|int, mixed> $documentId, mixed $action, mixed $tag) : mixed
Parameters
- $documentId : array<string|int, mixed>
- $action : mixed
- $tag : mixed