lithium\template\Helper::_init()
Imports local string definitions into rendering context.
Returns
voidSource
protected function _init() {
if (!$this->_context) {
return;
}
$this->_context->strings($this->_strings);
if ($this->_config['handlers']) {
$this->_context->handlers($this->_config['handlers']);
}
}