setAttribute(PARAMCLBMANUAL_NAME, $name); } public function getClbName($name) { return $this->getAttribute(PARAMCLBMANUAL_NAME); } public function addClbValue($value) { $valueNode = new NodeClass(PARAMCLBMANUAL_VALUE); $valueNode->setValue($value); $this->addChild($valueNode); } public function getClbValues() { return $this->getChildrenByName(PARAMCLBMANUAL_VALUE); } } ?>