PhpOffice\PhpPresentation\Writer\PowerPoint2007\Relationships::render PHP Method

render() public method

Add relationships to ZIP file
public render ( ) : PhpOffice\Common\Adapter\Zip\ZipInterface
return PhpOffice\Common\Adapter\Zip\ZipInterface
    public function render()
    {
        $this->getZip()->addFromString('_rels/.rels', $this->writeRelationships());
        $this->getZip()->addFromString('ppt/_rels/presentation.xml.rels', $this->writePresentationRelationships());
        return $this->getZip();
    }