PHP Interface Go\Aop\Intercept\Invocation

An invocation is a callable joinpoint and can be intercepted by an interceptor
Inheritance: extends Go\Aop\Intercept\Joinpoint
Afficher le fichier Open project: goaop/framework Interface Usage Examples

Méthodes publiques

Méthode Description
getArguments ( ) : array Get the arguments of invocation as an array.
setArguments ( array $arguments ) Sets the arguments for current invocation

Method Details

getArguments() public méthode

Get the arguments of invocation as an array.
public getArguments ( ) : array
Résultat array the arguments of the invocation

setArguments() public méthode

Sets the arguments for current invocation
public setArguments ( array $arguments )
$arguments array New list of arguments