60 if ($this->autoCompile) {
61 if ($attachTo !=
null) {
62 if (! isset($this->components[$attachTo])) {
63 $this->components[$attachTo] = $component;
65 $this->components[] = $component;
67 $component->
attach($attachTo);
69 $this->components[] = $component;
73 if (\is_array($params))