_parent = $parent; } /** * Get the BLIP * * @return PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip */ public function getBlip() { return $this->_blip; } /** * Set the BLIP * * @param PHPExcel_Shared_Escher_DggContainer_BstoreContainer_BSE_Blip $blip */ public function setBlip($blip) { $this->_blip = $blip; $blip->setParent($this); } /** * Get the BLIP type * * @return int */ public function getBlipType() { return $this->_blipType; } /** * Set the BLIP type * * @param int */ public function setBlipType($blipType) { $this->_blipType = $blipType; } }