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
boolfileSupportsUnserializePhpPresentation()
Does a file support UnserializePhpPresentation ?
public
fileSupportsUnserializePhpPresentation(string $pFilename) : bool
Parameters
- $pFilename : string
Return values
boolload()
Loads PhpPresentation Serialized file.
public
load(string $pFilename) : PhpPresentation
Parameters
- $pFilename : string
Return values
PhpPresentationloadSerialized()
Load PhpPresentation Serialized file.
private
loadSerialized(string $pFilename) : PhpPresentation
Parameters
- $pFilename : string