PHP 클래스 PhpOffice\PhpPresentation\Writer\AbstractDecoratorWriter

파일 보기 프로젝트 열기: phpoffice/phppowerpoint

보호된 프로퍼티들

프로퍼티 타입 설명
$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