Jyxo\Gettext\Parser::valid PHP Méthode

valid() public méthode

{@link \ArrayIterator} interface method.
public valid ( ) : boolean
Résultat boolean
    public function valid() : bool
    {
        return isset($this->items[$this->current]);
    }