PhpOffice\PhpPresentation\Reader\ReaderInterface::canRead PHP Метод

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

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