Tracker
in package
Tracker class
Tags
Table of Contents
Properties
Methods
- __construct() : mixed
- dispatch() : mixed
- Output the result
- parse() : mixed
- Replace pattern variables with params values
Properties
$params
protected
mixed
$params
$cookie
private
mixed
$cookie
$pattern
private
mixed
$pattern
Methods
__construct()
public
__construct(mixed $patternFileLocation, mixed $params[, mixed $cookie = '' ]) : mixed
Parameters
- $patternFileLocation : mixed
-
string location of the tracker pattern
- $params : mixed
-
array format key => value of parameters to be replaced on pattern
- $cookie : mixed = ''
-
string optional specify the gdpr service cookie
dispatch()
Output the result
public
dispatch() : mixed
parse()
Replace pattern variables with params values
public
parse() : mixed