analytics.php
Analytics bootstrap: wires the security-event hooks to the recorder.
Table of Contents
Functions
- creationell_captcha_analytics() : Analytics
- Returns the shared analytics recorder instance.
- creationell_captcha_record_event() : void
- Records a security event of the given type.
Functions
creationell_captcha_analytics()
Returns the shared analytics recorder instance.
creationell_captcha_analytics() : Analytics
Return values
Analyticscreationell_captcha_record_event()
Records a security event of the given type.
creationell_captcha_record_event(string $type[, array<string, mixed> $context = [] ]) : void
Parameters
- $type : string
-
The event type.
- $context : array<string, mixed> = []
-
Optional caller-supplied context.