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

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

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

Свойство Тип Описание
$oDrawingHashTable PhpOffice\PhpPresentation\HashTable Private unique hash table
$oPresentation PhpOffice\PhpPresentation\PhpPresentation Private PhpPresentation
$oZipAdapter PhpOffice\Common\Adapter\Zip\ZipInterface

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

Метод Описание
getDrawingHashTable ( ) : HashTable Get drawing hash table
getPhpPresentation ( ) : PhpPresentation Get PhpPresentation object
getZipAdapter ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation Get PhpPresentation object
setZipAdapter ( PhpOffice\Common\Adapter\Zip\ZipInterface $oZipAdapter )

Защищенные методы

Метод Описание
allDrawings ( ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing[] Get an array of all drawings

Приватные методы

Метод Описание
iterateCollection ( ArrayIterator $oIterator )

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

allDrawings() защищенный Метод

Get an array of all drawings
protected allDrawings ( ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing[]
Результат PhpOffice\PhpPresentation\Shape\AbstractDrawing[] All drawings in PhpPresentation

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

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

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

Get PhpPresentation object
public getPhpPresentation ( ) : PhpPresentation
Результат PhpOffice\PhpPresentation\PhpPresentation

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

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

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

Get PhpPresentation object
public setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation PhpPresentation object
Результат ODPresentation

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

public setZipAdapter ( PhpOffice\Common\Adapter\Zip\ZipInterface $oZipAdapter )
$oZipAdapter PhpOffice\Common\Adapter\Zip\ZipInterface

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

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

Private unique hash table
protected HashTable,PhpOffice\PhpPresentation $oDrawingHashTable
Результат PhpOffice\PhpPresentation\HashTable

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

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

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

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