Prado\Collections\TStackIterator::next PHP Метод

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

This method is required by the interface Iterator.
public next ( )
    public function next()
    {
        $this->_i++;
    }