Example #1
0
 /**
  * Rewind the chain
  *
  * @return ConfigObject
  */
 public function rewind()
 {
     $this->currentBackend = null;
     return $this->config->rewind();
 }