Ejemplo n.º 1
0
 /**
  * Reset the current position of the internal config object
  *
  * @return  ConfigObject
  */
 public function rewind()
 {
     return $this->config->rewind();
 }