Prado\Collections\TPagedListFetchDataEventParameter::__construct PHP Method

__construct() public method

Constructor.
public __construct ( $pageIndex, $offset, $limit )
    public function __construct($pageIndex, $offset, $limit)
    {
        $this->_pageIndex = $pageIndex;
        $this->_offset = $offset;
        $this->_limit = $limit;
    }