PhpOffice\PhpPresentation\Writer\Serialized::__construct PHP Method

__construct() public method

Create a new \PhpOffice\PhpPresentation\Writer\Serialized
public __construct ( PhpPresentation $pPhpPresentation = null )
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation
    public function __construct(PhpPresentation $pPhpPresentation = null)
    {
        // Set PhpPresentation
        $this->setPhpPresentation($pPhpPresentation);
        // Set ZIP Adapter
        $this->setZipAdapter(new ZipArchiveAdapter());
    }