Prado\Collections\TPagedListFetchDataEventParameter::getOffset PHP 메소드

getOffset() 공개 메소드

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