writePhp($this->parent->getComponentRefCode() .'->resetFindParams();'. "\n"); foreach(array_keys($this->attributeNodes) as $key) { $name = $this->attributeNodes[$key]->getName(); $code->writePhp($this->parent->getComponentRefCode() . '->addFindParam('); $this->attributeNodes[$key]->generateExpression($code); $code->writePhp(');' . "\n"); } } } ?>