PHP Class Gpf_Rpc_GridRequest

Inheritance: extends Gpf_Rpc_Request
Show file Open project: fubralimited/php-oara Class Usage Examples

Public Methods

Method Description
addFilter ( unknown_type $code, unknown_type $operator, unknown_type $value ) adds filter to grid
getFilters ( )
getGrid ( ) : Gpf_Data_Grid
getParams ( ) : Gpf_Rpc_Params
send ( )
setLimit ( $offset, $limit )
setSorting ( $sortColumn, $sortAscending = false )

Protected Methods

Method Description
getFiltersParameter ( )

Method Details

addFilter() public method

adds filter to grid
public addFilter ( unknown_type $code, unknown_type $operator, unknown_type $value )
$code unknown_type
$operator unknown_type
$value unknown_type

getFilters() public method

public getFilters ( )

getFiltersParameter() protected method

protected getFiltersParameter ( )

getGrid() public method

public getGrid ( ) : Gpf_Data_Grid
return Gpf_Data_Grid

getParams() public method

public getParams ( ) : Gpf_Rpc_Params
return Gpf_Rpc_Params

send() public method

public send ( )

setLimit() public method

public setLimit ( $offset, $limit )

setSorting() public method

public setSorting ( $sortColumn, $sortAscending = false )