PHP Interface Doctrine\OXM\Marshaller\Marshaller

Since: 2.0
Author: Richard Fullmer ([email protected])
Afficher le fichier Open project: doctrine/oxm Interface Usage Examples

Méthodes publiques

Méthode Description
marshalToStream ( object $mappedObject, $stream ) : stream
marshalToString ( object $mappedObject ) : string
unmarshalFromStream ( string $stream ) : object
unmarshalFromString ( string $xml ) : object

Method Details

marshalToStream() public méthode

public marshalToStream ( object $mappedObject, $stream ) : stream
$mappedObject object
Résultat stream

marshalToString() public méthode

public marshalToString ( object $mappedObject ) : string
$mappedObject object
Résultat string

unmarshalFromStream() public méthode

public unmarshalFromStream ( string $stream ) : object
$stream string
Résultat object

unmarshalFromString() public méthode

public unmarshalFromString ( string $xml ) : object
$xml string
Résultat object