Jyxo\Gettext\Parser::current PHP Method

current() public method

{@link \ArrayIterator} interface method.
public current ( ) : mixed
return mixed
    public function current()
    {
        return $this->items[$this->current];
    }