oHashTable = $hashTable; return $this; } /** * @return HashTable */ public function getDrawingHashTable() { return $this->oHashTable; } /** * @return $this */ public function setPresentation(PhpPresentation $oPresentation) { $this->oPresentation = $oPresentation; return $this; } /** * @return PhpPresentation */ public function getPresentation() { return $this->oPresentation; } /** * @return $this */ public function setZip(ZipInterface $oZip) { $this->oZip = $oZip; return $this; } /** * @return ZipInterface */ public function getZip() { return $this->oZip; } }