Prado\Collections\TPagedListFetchDataEventParameter::getLimit PHP Méthode

getLimit() public méthode

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