PhpOffice\PhpPresentation\Writer\ODPresentation\Mimetype::render PHP 메소드

render() 공개 메소드

public render ( ) : ZipInterface
리턴 ZipInterface
    public function render()
    {
        $this->getZip()->addFromString('mimetype', 'application/vnd.oasis.opendocument.presentation');
        return $this->getZip();
    }
Mimetype