Example #1
0
 /**
  * Move forward to the next user backend config
  *
  * @return ConfigObject
  */
 public function next()
 {
     return $this->config->next();
 }