Documentation

AbstractWriter
in package

AbstractYes

Table of Contents

Properties

$oDrawingHashTable  : HashTable
Private unique hash table.
$oPresentation  : null|PhpPresentation
Private PhpPresentation.
$oZipAdapter  : null|ZipInterface

Methods

getDrawingHashTable()  : HashTable
Get drawing hash table.
getPhpPresentation()  : PhpPresentation|null
Get PhpPresentation object.
getZipAdapter()  : ZipInterface|null
setPhpPresentation()  : self
Get PhpPresentation object.
setZipAdapter()  : self
allDrawings()  : array<int, AbstractShape>
Get an array of all drawings.
iterateCollection()  : array<int, AbstractShape>

Properties

Methods

getZipAdapter()

public getZipAdapter() : ZipInterface|null
Return values
ZipInterface|null

setPhpPresentation()

Get PhpPresentation object.

public setPhpPresentation([null|PhpPresentation $pPhpPresentation = null ]) : self
Parameters
$pPhpPresentation : null|PhpPresentation = null

PhpPresentation object

Return values
self

setZipAdapter()

public setZipAdapter(ZipInterface $oZipAdapter) : self
Parameters
$oZipAdapter : ZipInterface
Return values
self

        
On this page

Search results