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

getOffset() public méthode

public getOffset ( ) : integer
Résultat integer offset of the first item in the new page
    public function getOffset()
    {
        return $this->_offset;
    }