Exemple #1
0
 /**
  * Return whether the position of the current iteration is valid
  *
  * @return  bool
  */
 public function valid()
 {
     return $this->config->valid();
 }