Prado\Collections\TPagedListFetchDataEventParameter::getOffset PHP Method

getOffset() public method

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