rcrowe\Hippy\Queue::next PHP Метод

next() публичный Метод

Moves the current position to the next queue.
public next ( ) : void
Результат void
    public function next()
    {
        next($this->container);
    }