lithium\template\Helper::__construct()
Constructor.
Parameters
-
array
$config
Configuration options.
Returns
voidSource
public function __construct(array $config = []) {
$defaults = ['handlers' => [], 'context' => null];
$this->_autoConfig($config + $defaults, $this->_autoConfig);
$this->_autoInit($config);
}