Property | Type | Description | |
---|---|---|---|
$_language | object | instance of the language class | |
$_registry | object | instance of the registry class | |
$_registryArray | array | registry array to be transported |
Method | Description | |
---|---|---|
__construct ( |
constructor of the class | |
getArray ( ) : array | get the array | |
render ( string $key = null, mixed $value = null ) : string | render the javascript variables |
public __construct ( |
||
$registry | instance of the registry class | |
$language | instance of the language class |
protected object $_language | ||
return | object |
protected object $_registry | ||
return | object |
protected array $_registryArray | ||
return | array |