Exemple #1
0
 /**
  * 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);
 }