PHP Class Go\Aop\Framework\AbstractInvocation

Inheritance: extends AbstractJoinpoint, implements Go\Aop\Intercept\Invocation
Afficher le fichier Open project: goaop/framework Class Usage Examples

Protected Properties

Свойство Type Description
$arguments array Arguments for invocation

Méthodes publiques

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

Method Details

getArguments() public méthode

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

Property Details

$arguments protected_oe property

Arguments for invocation
protected array $arguments
Résultat array