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