Méthode | Description | |
---|---|---|
convertPhpToXml ( mixed $php ) : string | Convert PHP type to XML string. | |
convertXmlToPhp ( string $xml ) : mixed | Convert given XML string to PHP type. | |
getTypeName ( ) : string | Get type name. | |
getTypeNamespace ( ) : string | Get type namespace. |
public convertPhpToXml ( mixed $php ) : string | ||
$php | mixed | PHP type |
Résultat | string |
public convertXmlToPhp ( string $xml ) : mixed | ||
$xml | string | XML string |
Résultat | mixed |
public getTypeNamespace ( ) : string | ||
Résultat | string |