ReaderInterface
in
Reader interface.
Table of Contents
Methods
- canRead() : bool
- Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
- load() : PhpPresentation
- Loads PhpPresentation from file.
Methods
canRead()
Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
public
canRead(string $pFilename) : bool
Parameters
- $pFilename : string
Return values
boolload()
Loads PhpPresentation from file.
public
load(string $pFilename) : PhpPresentation
Parameters
- $pFilename : string