ReaderInterface
Reader interface
Tags
Table of Contents
- 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
bool —load()
Loads PhpWord from file
public
load(string $filename) : mixed
Parameters
- $filename : string