PhpOffice\PhpPresentation\Writer\AbstractWriter::getPhpPresentation PHP Method

getPhpPresentation() public method

Get PhpPresentation object
public getPhpPresentation ( ) : PhpPresentation
return PhpOffice\PhpPresentation\PhpPresentation
    public function getPhpPresentation()
    {
        if (empty($this->oPresentation)) {
            throw new \Exception("No PhpPresentation assigned.");
        }
        return $this->oPresentation;
    }