Prado\Data\SqlMap\DataMapper\TSqlMapPagedList::getIsLastPage PHP Method

getIsLastPage() public method

public getIsLastPage ( ) : boolean
return boolean true if is the very last page, false otherwise.
    public function getIsLastPage()
    {
        return $this->_nextPageList === null || $this->_nextPageList->getCount() < 1;
    }