Prado\Collections\TPagedListIterator::valid PHP 메소드

valid() 공개 메소드

This method is required by the interface Iterator.
public valid ( ) : boolean
리턴 boolean
    public function valid()
    {
        return $this->_index < $this->_count;
    }