示例#1
0
文件: Proxy.php 项目: dalinhuang/popo
 /**
  * Calculate object enumeration shift.
  *
  * @internal
  * @param Zend_Pdf_ElementFactory_Interface $factory
  * @return integer
  */
 public function calculateShift(Zend_Pdf_ElementFactory_Interface $factory)
 {
     return $this->_factory->calculateShift($factory);
 }