PHP Class Thruway\Result

Mostrar archivo Open project: voryx/thruway Class Usage Examples

Public Methods

Method Description
__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

Method Details

__construct() public method

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

getArguments() public method

Get arguments
public getArguments ( ) : array | null
return array | null

getArgumentsKw() public method

Get arguments kw
public getArgumentsKw ( ) : array | null
return array | null

setArguments() public method

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

setArgumentsKw() public method

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