PHP Class Go\Aop\Framework\AbstractInvocation

Inheritance: extends AbstractJoinpoint, implements Go\Aop\Intercept\Invocation
Datei anzeigen Open project: goaop/framework Class Usage Examples

Protected Properties

Property Type Description
$arguments array Arguments for invocation

Public Methods

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

Method Details

getArguments() public method

It is possible to change element values within this array to change the arguments
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

Property Details

$arguments protected_oe property

Arguments for invocation
protected array $arguments
return array