Jyxo\Gettext\Parser::next PHP Method

next() public method

{@link \ArrayIterator} interface method.
public next ( )
    public function next()
    {
        ++$this->current;
    }