PHP 클래스 Gpf_Rpc_Params

상속: extends Gpf_Object, implements Gpf_Rpc_Serializable
파일 보기 프로젝트 열기: fubralimited/php-oara 1 사용 예제들

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $params = null )

add() 공개 메소드

public add ( $name, $value )

clearSessionId() 공개 메소드

public clearSessionId ( )

create() 공개 정적인 메소드

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
리턴 Gpf_Rpc_Params

createGetRequest() 공개 정적인 메소드

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

exists() 공개 메소드

public exists ( $name )

get() 공개 메소드

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

getAccountId() 공개 메소드

public getAccountId ( )

getClass() 공개 메소드

public getClass ( )

getMethod() 공개 메소드

public getMethod ( )

getSessionId() 공개 메소드

public getSessionId ( )

set() 공개 메소드

public set ( $name, $value )

setArrayParams() 공개 메소드

public setArrayParams ( array $params )
$params array

toObject() 공개 메소드

public toObject ( )

toText() 공개 메소드

public toText ( )