PHP Class PhpOffice\PhpPresentation\Writer\AbstractDecoratorWriter

Show file Open project: phpoffice/phppowerpoint

Protected Properties

Property Type Description
$oHashTable PhpOffice\PhpPresentation\HashTable
$oPresentation PhpOffice\PhpPresentation\PhpPresentation
$oZip PhpOffice\Common\Adapter\Zip\ZipInterface

Public Methods

Method Description
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 )

Method Details

getDrawingHashTable() public method

public getDrawingHashTable ( ) : HashTable
return PhpOffice\PhpPresentation\HashTable

getPresentation() public method

public getPresentation ( ) : PhpPresentation
return PhpOffice\PhpPresentation\PhpPresentation

getZip() public method

public getZip ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
return PhpOffice\Common\Adapter\Zip\ZipInterface

render() abstract public method

abstract public render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
return PhpOffice\Common\Adapter\Zip\ZipInterface

setDrawingHashTable() public method

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

setPresentation() public method

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

setZip() public method

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

Property Details

$oHashTable protected property

protected HashTable,PhpOffice\PhpPresentation $oHashTable
return PhpOffice\PhpPresentation\HashTable

$oPresentation protected property

protected PhpPresentation,PhpOffice\PhpPresentation $oPresentation
return PhpOffice\PhpPresentation\PhpPresentation

$oZip protected property

protected ZipInterface,PhpOffice\Common\Adapter\Zip $oZip
return PhpOffice\Common\Adapter\Zip\ZipInterface