ZenphotoCMS 1.6.x

matomoStats
in package

Table of Contents

__construct()  : mixed
button()  : mixed
getOptionsSupported()  : mixed
getOptOutForm()  : string
Gets the iframe for the optout cookie required by privacy laws of several countries.
getOptOutiFrame()  : mixed
macro()  : type
The macro button for the utility page
printDocumentTitle()  : mixed
Gets the document title of the current page to track. Gets the title in a single language only if the option for single_language_tracking is set
script()  : mixed
Adds the Matomo statistic script

Methods

__construct()

public __construct() : mixed
Return values
mixed

button()

public static button(mixed $buttons) : mixed
Parameters
$buttons : mixed
Return values
mixed

getOptionsSupported()

public getOptionsSupported() : mixed
Return values
mixed

getOptOutForm()

Gets the iframe for the optout cookie required by privacy laws of several countries.

public static getOptOutForm() : string
Tags
since

ZenphotoCMS 1.6.1

Return values
string

getOptOutiFrame()

public static getOptOutiFrame() : mixed
Tags
deprecated

ZenphotoCMS 2.0 - Use matomoStats::getOptOutForm()

Return values
mixed

macro()

The macro button for the utility page

public static macro(type $macros) : type
Parameters
$macros : type
Return values
type

printDocumentTitle()

Gets the document title of the current page to track. Gets the title in a single language only if the option for single_language_tracking is set

public static printDocumentTitle() : mixed
Tags
global

string $_zp_current_locale

Return values
mixed

script()

Adds the Matomo statistic script

public static script([mixed $exclude = NULL ]) : mixed
Parameters
$exclude : mixed = NULL
Return values
mixed

Search results