Documentation

ReaderInterface

Reader interface

Tags
since
0.8.0

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
Return values
mixed

Search results