Piwik\
Registry class.
The class defines the following methods:
getInstance()
ash; Returns the singleton instance for the derived class. Inherited from Singleton
isRegistered()
get()
set()
setKey()
getKey()
hasKey()
getInstance()
Returns the singleton instance for the derived class. If the singleton instance has not been created, this method will create it.
Singleton
value.isRegistered()
It accepts the following parameter(s):
$key
It does not return anything or a mixed result.
get()
It accepts the following parameter(s):
$key
It does not return anything or a mixed result.
set()
It accepts the following parameter(s):
$key
$value
It does not return anything or a mixed result.
setKey()
It accepts the following parameter(s):
$key
$value
It does not return anything or a mixed result.
getKey()
It accepts the following parameter(s):
$key
It does not return anything or a mixed result.
hasKey()
It accepts the following parameter(s):
$key
It does not return anything or a mixed result.