PhpOffice\PhpPresentation\Writer\ODPresentation::__construct PHP 메소드

__construct() 공개 메소드

Create a new \PhpOffice\PhpPresentation\Writer\ODPresentation
public __construct ( PhpPresentation $pPhpPresentation = null )
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation
    public function __construct(PhpPresentation $pPhpPresentation = null)
    {
        // Assign PhpPresentation
        $this->setPhpPresentation($pPhpPresentation);
        // Set up disk caching location
        $this->diskCachingDirectory = './';
        // Set HashTable variables
        $this->oDrawingHashTable = new HashTable();
        $this->setZipAdapter(new ZipArchiveAdapter());
    }