Dotink\Parody\Iterator::valid PHP 메소드

valid() 공개 메소드

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