PhpOffice\PhpPresentation\Writer\AbstractWriter::setPhpPresentation PHP Метод

setPhpPresentation() публичный Метод

Get PhpPresentation object
public setPhpPresentation ( PhpPresentation $pPhpPresentation = null ) : ODPresentation
$pPhpPresentation PhpOffice\PhpPresentation\PhpPresentation PhpPresentation object
Результат ODPresentation
    public function setPhpPresentation(PhpPresentation $pPhpPresentation = null)
    {
        $this->oPresentation = $pPhpPresentation;
        return $this;
    }