Ejemplo n.º 1
0
 /**
  * Returns the maximum number of repetitions for this field.
  *
  * @return integer Maximum repetitions of this field.
  */
 function getRepetitionCount()
 {
     return $this->_impl->getRepetitionCount();
 }