Analytics
in package
Uses
Singleton
Table of Contents
- $client : Google_Client
- $service : Google_Service_Analytics
- $viewId : string
- $instance : mixed
- __clone() : mixed
- __wakeup() : mixed
- forgetInstance() : mixed
- Forget this singleton's instance if it exists
- instance() : mixed
- Create a new instance of this singleton.
- __construct() : mixed
- Constructor.
- init() : mixed
Properties
$client
public
Google_Client
$client
Google API client
$service
public
Google_Service_Analytics
$service
Google API analytics service
$viewId
public
string
$viewId
Google Analytics View ID
$instance
protected
static mixed
$instance
Methods
__clone()
public
__clone() : mixed
Return values
mixed —__wakeup()
public
__wakeup() : mixed
Return values
mixed —forgetInstance()
Forget this singleton's instance if it exists
public
final static forgetInstance() : mixed
Return values
mixed —instance()
Create a new instance of this singleton.
public
final static instance() : mixed
Return values
mixed —__construct()
Constructor.
protected
final __construct() : mixed
Return values
mixed —init()
protected
init() : mixed