PHP Class PhpOffice\PhpPresentation\Writer\Serialized

Inheritance: extends AbstractWriter, implements PhpOffice\PhpPresentation\Writer\WriterInterface
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( PhpPresentation $pPhpPresentation = null ) Create a new \PhpOffice\PhpPresentation\Writer\Serialized
save ( string $pFilename ) Save PhpPresentation to file

Private Methods

Méthode Description
writeSerialized ( PhpPresentation $pPhpPresentation = null, string $pFilename = '' ) : string Serialize PhpPresentation object to XML

Method Details

__construct() public méthode

Create a new \PhpOffice\PhpPresentation\Writer\Serialized
public __construct ( PhpPresentation $pPhpPresentation = null )
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation

save() public méthode

Save PhpPresentation to file
public save ( string $pFilename )
$pFilename string