Method | Description | |
---|---|---|
__construct ( |
||
getClassMetadataFactory ( ) : |
||
getEncoding ( ) : string | ||
getIndent ( ) : integer | Return the indentation level. Zero for no indentation. | |
getSchemaVersion ( ) : string | ||
marshalToStream ( object $mappedObject, string $streamUri ) : boolean | integer | ||
marshalToString ( object $mappedObject ) : string | ||
setClassMetadataFactory ( |
||
setEncoding ( string $encoding ) : void | ||
setIndent ( integer $indent ) | Set the marshallers output indentation level. Zero for no indentation. | |
setSchemaVersion ( string $schemaVersion ) : void | ||
unmarshalFromStream ( string $streamUri ) : object | ||
unmarshalFromString ( string $xml ) : object |
Method | Description | |
---|---|---|
doMarshal ( object $mappedObject, |
INTERNAL: Performance sensitive method | |
doUnmarshal ( XMLReader $cursor ) : object | INTERNAL: Performance sensitive method | |
writeAttribute ( |
||
writeElement ( |
||
writeText ( |
public __construct ( |
||
$classMetadataFactory |
public getClassMetadataFactory ( ) : |
||
return |
public marshalToString ( object $mappedObject ) : string | ||
$mappedObject | object | |
return | string |
public setClassMetadataFactory ( |
||
$classMetadataFactory |
public setEncoding ( string $encoding ) : void | ||
$encoding | string | |
return | void |
public setSchemaVersion ( string $schemaVersion ) : void | ||
$schemaVersion | string | |
return | void |
public unmarshalFromStream ( string $streamUri ) : object | ||
$streamUri | string | |
return | object |
public unmarshalFromString ( string $xml ) : object | ||
$xml | string | |
return | object |