示例#1
0
文件: Proxy.php 项目: dalinhuang/popo
 /**
  * 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);
 }