attributeNodes) as $key) { $name = $this->attributeNodes[$key]->getName(); $code->writePhp($this->parent->getComponentRefCode() . '->setAdditionalParam("' . $name . '",'); $this->attributeNodes[$key]->generateExpression($code); $code->writePhp(');'); } } } ?>