Documentation

Serialized
in package
implements ReaderInterface

Serialized format reader.

Table of Contents

Interfaces

ReaderInterface
Reader interface.

Methods

canRead()  : bool
Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
fileSupportsUnserializePhpPresentation()  : bool
Does a file support UnserializePhpPresentation ?
load()  : PhpPresentation
Loads PhpPresentation Serialized file.
loadSerialized()  : PhpPresentation
Load PhpPresentation Serialized file.

Methods

canRead()

Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?

public canRead(string $pFilename) : bool
Parameters
$pFilename : string
Return values
bool

fileSupportsUnserializePhpPresentation()

Does a file support UnserializePhpPresentation ?

public fileSupportsUnserializePhpPresentation(string $pFilename) : bool
Parameters
$pFilename : string
Return values
bool

        
On this page

Search results