Prado\Collections\TPagedListFetchDataEventParameter::getLimit PHP Method

getLimit() public method

public getLimit ( ) : integer
return integer number of items in the new page
    public function getLimit()
    {
        return $this->_limit;
    }