lithium\test\Report::_init PHP Méthode

_init() protected méthode

Initializer.
protected _init ( ) : void
Résultat void
    protected function _init()
    {
        $this->group = $this->_config['group'];
        $this->title = $this->_config['title'] ?: $this->_config['title'];
    }