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

_init() protected méthode

auto init for setting up items passed into constructor
protected _init ( ) : void
Résultat void
    protected function _init()
    {
        parent::_init();
        $data = $this->_data;
        $this->_data = array();
        foreach ($data as $item) {
            $this->add($item);
        }
    }