PhpOffice\PhpPresentation\Writer\Serialized::__construct PHP Метод

__construct() публичный Метод

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());
    }