PHP Interface PhpOffice\PhpPresentation\Reader\ReaderInterface

Show file Open project: phpoffice/phppowerpoint

Public Methods

Method Description
canRead ( string $pFilename ) : boolean Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
load ( string $pFilename ) : PhpPresentation Loads PhpPresentation from file

Method Details

canRead() public method

Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
public canRead ( string $pFilename ) : boolean
$pFilename string
return boolean

load() public method

Loads PhpPresentation from file
public load ( string $pFilename ) : PhpPresentation
$pFilename string
return PhpOffice\PhpPresentation\PhpPresentation