Extends
lithium\core\Object
Initializer.
Returns
voidSource
protected function _init() {
$this->group = $this->_config['group'];
$this->title = $this->_config['title'] ?: $this->_config['title'];
}
protected function _init() {
$this->group = $this->_config['group'];
$this->title = $this->_config['title'] ?: $this->_config['title'];
}