示例#1
0
文件: Proxy.php 项目: alab1001101/zf2
 /**
  * Mark object as modified in context of current factory.
  *
  * @param \Zend\PDF\InternalType\IndirectObject $obj
  * @throws \Zend\PDF\Exception
  */
 public function markAsModified(InternalType\IndirectObject $obj)
 {
     $this->_factory->markAsModified($obj);
 }