Exemple #1
0
 /**
  * Advance the position of the current iteration and return the new section
  *
  * @return  ConfigObject
  */
 public function next()
 {
     return $this->config->next();
 }