Ejemplo n.º 1
0
 /**
  * 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);
 }