PHP Class Gpf_Rpc_Data

Inheritance: extends Gpf_Object, implements Gpf_Rpc_Serializable
Show file Open project: fubralimited/php-oara Class Usage Examples

Public Methods

Method Description
__construct ( Gpf_Rpc_Params $params = null ) Create instance to handle DataRequest
getFilters ( ) : Gpf_Rpc_FilterCollection
getId ( ) : string Return id
getParam ( String $name ) : unknown Return parameter value
getParams ( ) : Gpf_Data_IndexedRecordSet
getSize ( )
getValue ( $name )
loadFromObject ( array $object )
setParam ( $name, $value )
setValue ( $name, $value )
toObject ( )
toText ( )

Private Methods

Method Description
loadParamsFromArray ( $data )
setValueToRecordset ( Gpf_Data_IndexedRecordSet $recordset, $name, $value )

Method Details

__construct() public method

Create instance to handle DataRequest
public __construct ( Gpf_Rpc_Params $params = null )
$params Gpf_Rpc_Params

getFilters() public method

public getFilters ( ) : Gpf_Rpc_FilterCollection
return Gpf_Rpc_FilterCollection

getId() public method

Return id
public getId ( ) : string
return string

getParam() public method

Return parameter value
public getParam ( String $name ) : unknown
$name String
return unknown

getParams() public method

public getParams ( ) : Gpf_Data_IndexedRecordSet
return Gpf_Data_IndexedRecordSet

getSize() public method

public getSize ( )

getValue() public method

public getValue ( $name )

loadFromObject() public method

public loadFromObject ( array $object )
$object array

setParam() public method

public setParam ( $name, $value )

setValue() public method

public setValue ( $name, $value )

toObject() public method

public toObject ( )

toText() public method

public toText ( )