if (isset($this->_components)) {
            if (!isset($this->Component)) {
                $this->Component = new stdClass();
            }
            foreach ($this->_components as $component) {