| @@ -57,7 +57,7 @@ | ||
| 57 | 57 | case "NULL": | 
| 58 | 58 | return "xs:nil"; | 
| 59 | 59 | case "object": | 
| 60 | - return $this->value::NS_PREFIX . ":" . AbstractXMLElement::getClassName(get_class($this->value)); | |
| 60 | + return $this->value::NS_PREFIX . ":" . AbstractXMLElement::getClassName(get_class($this->value)); | |
| 61 | 61 | default: | 
| 62 | 62 | return "xs:string"; | 
| 63 | 63 | } |