ReaderInterface
in
Reader interface.
Tags
Table of Contents
Methods
- canRead() : bool
- Can the current ReaderInterface read the file?
- load() : mixed
- Loads PhpWord from file.
Methods
canRead()
Can the current ReaderInterface read the file?
public
canRead(string $filename) : bool
Parameters
- $filename : string
Return values
boolload()
Loads PhpWord from file.
public
load(string $filename) : mixed
Parameters
- $filename : string