Prado\Collections\TPagedListFetchDataEventParameter::__construct PHP Метод

__construct() публичный Метод

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