PhpOffice\PhpPresentation\Writer\ODPresentation\Mimetype::render PHP Method

render() public method

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