AbstractDecoratorWriter
in package
AbstractYes
Table of Contents
Properties
- $oHashTable : HashTable
- $oPresentation : PhpPresentation
- $oZip : ZipInterface
Methods
- getDrawingHashTable() : HashTable
- getPresentation() : PhpPresentation
- getZip() : ZipInterface
- render() : ZipInterface
- setDrawingHashTable() : $this
- setPresentation() : $this
- setZip() : $this
Properties
$oHashTable
protected
HashTable
$oHashTable
$oPresentation
protected
PhpPresentation
$oPresentation
$oZip
protected
ZipInterface
$oZip
Methods
getDrawingHashTable()
public
getDrawingHashTable() : HashTable
Return values
HashTablegetPresentation()
public
getPresentation() : PhpPresentation
Return values
PhpPresentationgetZip()
public
getZip() : ZipInterface
Return values
ZipInterfacerender()
public
abstract render() : ZipInterface
Return values
ZipInterfacesetDrawingHashTable()
public
setDrawingHashTable(HashTable $hashTable) : $this
Parameters
- $hashTable : HashTable
Return values
$thissetPresentation()
public
setPresentation(PhpPresentation $oPresentation) : $this
Parameters
- $oPresentation : PhpPresentation
Return values
$thissetZip()
public
setZip(ZipInterface $oZip) : $this
Parameters
- $oZip : ZipInterface