Dotink\Parody\Iterator::valid PHP Method

valid() public method

Determine if the current key of the vlaue is Valid
public valid ( ) : boolean
return boolean TRUE if the current key is valid, FALSE otherwise
    public function valid()
    {
        return key($this->extended['traversableValue']) !== NULL;
    }