setAttribute(PARAMGETAMDAPARAM_NAMEATT, $name); } public function getParamName() { return $this->getAttribute(PARAMGETAMDAPARAM_NAMEATT); } public function loadFromNode($xmlNode) { $this->setParamName($this->getXmlNodeAttribute($xmlNode, PARAMGETAMDAPARAM_NAMEATT)); } } ?>