PHP Class Gpf_Rpc_GridRequest

Inheritance: extends Gpf_Rpc_Request
Afficher le fichier Open project: fubralimited/php-oara Class Usage Examples

Méthodes publiques

Méthode 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 )

Méthodes protégées

Méthode Description
getFiltersParameter ( )

Method Details

addFilter() public méthode

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 méthode

public getFilters ( )

getFiltersParameter() protected méthode

protected getFiltersParameter ( )

getGrid() public méthode

public getGrid ( ) : Gpf_Data_Grid
Résultat Gpf_Data_Grid

getParams() public méthode

public getParams ( ) : Gpf_Rpc_Params
Résultat Gpf_Rpc_Params

send() public méthode

public send ( )

setLimit() public méthode

public setLimit ( $offset, $limit )

setSorting() public méthode

public setSorting ( $sortColumn, $sortAscending = false )