Example #1
0
 /**
  *
  */
 function next()
 {
     is_array($this->container) ? next($this->container) : $this->container->next();
 }