Prado\Collections\TPagedListFetchDataEventParameter::getNewPageIndex PHP Method

getNewPageIndex() public method

public getNewPageIndex ( ) : integer
return integer the zero-based index of the new page
    public function getNewPageIndex()
    {
        return $this->_pageIndex;
    }