Beispiel #1
0
 /**
  * Remove object in context of current factory.
  *
  * @param Zend_Pdf_Element_Object $obj
  * @throws Zend_Pdf_Exception
  */
 public function remove(Zend_Pdf_Element_Object $obj)
 {
     $this->_factory->remove($obj);
 }