PhpOffice\PhpPresentation\Writer\ODPresentation\Mimetype::render PHP Méthode

render() public méthode

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