PHP Интерфейс PhpOffice\PhpPresentation\Reader\ReaderInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
canRead ( string $pFilename ) : boolean Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
load ( string $pFilename ) : PhpPresentation Loads PhpPresentation from file

Описание методов

canRead() публичный Метод

Can the current \PhpOffice\PhpPresentation\Reader\ReaderInterface read the file?
public canRead ( string $pFilename ) : boolean
$pFilename string
Результат boolean

load() публичный Метод

Loads PhpPresentation from file
public load ( string $pFilename ) : PhpPresentation
$pFilename string
Результат PhpOffice\PhpPresentation\PhpPresentation