Method | Description | |
---|---|---|
deleteThirdPartyCookieUIDIfExists ( ) | ||
getIgnoreCookie ( ) : Piwik\Cookie | Get ignore (visit) cookie | |
isIgnoreCookieFound ( ) : boolean | Returns true if ignore (visit) cookie is present | |
setIgnoreCookie ( ) | Set ignore (visit) cookie or deletes it if already present |
Method | Description | |
---|---|---|
getTrackingCookie ( ) : Piwik\Cookie | Get tracking cookie |
public static deleteThirdPartyCookieUIDIfExists ( ) |
public static getIgnoreCookie ( ) : Piwik\Cookie | ||
return | Piwik\Cookie |
public static isIgnoreCookieFound ( ) : boolean | ||
return | boolean | True if ignore cookie found; false otherwise |
public static setIgnoreCookie ( ) |