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

setPhpPresentation() public method

Get PhpPresentation object
public setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation PhpPresentation object
return ODPresentation
    public function setPhpPresentation(PhpPresentation $pPhpPresentation = null)
    {
        $this->oPresentation = $pPhpPresentation;
        return $this;
    }