PHP 클래스 Thruway\Result

파일 보기 프로젝트 열기: voryx/thruway 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( array | null $arguments = null, array | null $argumentsKw = null ) Constructor
getArguments ( ) : array | null Get arguments
getArgumentsKw ( ) : array | null Get arguments kw
setArguments ( array | null $arguments ) Set arguments
setArgumentsKw ( array | null $argumentsKw ) Set arguments kw

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array | null $arguments = null, array | null $argumentsKw = null )
$arguments array | null
$argumentsKw array | null

getArguments() 공개 메소드

Get arguments
public getArguments ( ) : array | null
리턴 array | null

getArgumentsKw() 공개 메소드

Get arguments kw
public getArgumentsKw ( ) : array | null
리턴 array | null

setArguments() 공개 메소드

Set arguments
public setArguments ( array | null $arguments )
$arguments array | null

setArgumentsKw() 공개 메소드

Set arguments kw
public setArgumentsKw ( array | null $argumentsKw )
$argumentsKw array | null