PHP Класс PhpOffice\PhpPresentation\Writer\AbstractDecoratorWriter

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

Защищенные свойства (Protected)

Свойство Тип Описание
$oHashTable PhpOffice\PhpPresentation\HashTable
$oPresentation PhpOffice\PhpPresentation\PhpPresentation
$oZip PhpOffice\Common\Adapter\Zip\ZipInterface

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

Метод Описание
getDrawingHashTable ( ) : HashTable
getPresentation ( ) : PhpPresentation
getZip ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
setDrawingHashTable ( HashTable $hashTable )
setPresentation ( PhpPresentation $oPresentation )
setZip ( PhpOffice\Common\Adapter\Zip\ZipInterface $oZip )

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

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

public getDrawingHashTable ( ) : HashTable
Результат PhpOffice\PhpPresentation\HashTable

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

public getPresentation ( ) : PhpPresentation
Результат PhpOffice\PhpPresentation\PhpPresentation

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

public getZip ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
Результат PhpOffice\Common\Adapter\Zip\ZipInterface

render() абстрактный публичный Метод

abstract public render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
Результат PhpOffice\Common\Adapter\Zip\ZipInterface

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

public setDrawingHashTable ( HashTable $hashTable )
$hashTable PhpOffice\PhpPresentation\HashTable

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

public setPresentation ( PhpPresentation $oPresentation )
$oPresentation PhpOffice\PhpPresentation\PhpPresentation

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

public setZip ( PhpOffice\Common\Adapter\Zip\ZipInterface $oZip )
$oZip PhpOffice\Common\Adapter\Zip\ZipInterface

Описание свойств

$oHashTable защищенное свойство

protected HashTable,PhpOffice\PhpPresentation $oHashTable
Результат PhpOffice\PhpPresentation\HashTable

$oPresentation защищенное свойство

protected PhpPresentation,PhpOffice\PhpPresentation $oPresentation
Результат PhpOffice\PhpPresentation\PhpPresentation

$oZip защищенное свойство

protected ZipInterface,PhpOffice\Common\Adapter\Zip $oZip
Результат PhpOffice\Common\Adapter\Zip\ZipInterface