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
Datei anzeigen Open project: goaop/framework Interface Usage Examples

Public Methods

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

Method Details

getArguments() public method

Get the arguments of invocation as an array.
public getArguments ( ) : array
return array the arguments of the invocation

setArguments() public method

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