_parentWriter = $pWriter; } /** * Get parent IWriter object * * @return PHPPowerPoint_Writer_IWriter * @throws Exception */ public function getParentWriter() { if (!is_null($this->_parentWriter)) { return $this->_parentWriter; } else { throw new Exception("No parent PHPPowerPoint_Writer_IWriter assigned."); } } }