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

nextPage() public method

Switches to the next page.
public nextPage ( ) : integer | boolean
return integer | boolean the new page index, false if next page is not availabe.
    public function nextPage()
    {
        return $this->getIsNextPageAvailable() ? parent::nextPage() : false;
    }