PHP Class Thruway\Result

Afficher le fichier Open project: voryx/thruway Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

getArguments() public méthode

Get arguments
public getArguments ( ) : array | null
Résultat array | null

getArgumentsKw() public méthode

Get arguments kw
public getArgumentsKw ( ) : array | null
Résultat array | null

setArguments() public méthode

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

setArgumentsKw() public méthode

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