PHP Class Gpf_Rpc_Params

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

Public Methods

Method Description
__construct ( $params = null )
add ( $name, $value )
clearSessionId ( )
create ( unknown_type $className, unknown_type $methodName = 'execute', unknown_type $formRequest = false, unknown_type $formResponse = false ) : Gpf_Rpc_Params
createGetRequest ( $className, $methodName = 'execute', $formRequest = false, $formResponse = false )
exists ( $name )
get ( unknown_type $name ) : mixed
getAccountId ( )
getClass ( )
getMethod ( )
getSessionId ( )
set ( $name, $value )
setArrayParams ( array $params )
toObject ( )
toText ( )

Method Details

__construct() public method

public __construct ( $params = null )

add() public method

public add ( $name, $value )

clearSessionId() public method

public clearSessionId ( )

create() public static method

public static create ( unknown_type $className, unknown_type $methodName = 'execute', unknown_type $formRequest = false, unknown_type $formResponse = false ) : Gpf_Rpc_Params
$className unknown_type
$methodName unknown_type
$formRequest unknown_type
$formResponse unknown_type
return Gpf_Rpc_Params

createGetRequest() public static method

public static createGetRequest ( $className, $methodName = 'execute', $formRequest = false, $formResponse = false )

exists() public method

public exists ( $name )

get() public method

public get ( unknown_type $name ) : mixed
$name unknown_type
return mixed Return null if $name does not exist.

getAccountId() public method

public getAccountId ( )

getClass() public method

public getClass ( )

getMethod() public method

public getMethod ( )

getSessionId() public method

public getSessionId ( )

set() public method

public set ( $name, $value )

setArrayParams() public method

public setArrayParams ( array $params )
$params array

toObject() public method

public toObject ( )

toText() public method

public toText ( )