Go\Aop\Framework\AbstractInvocation::getArguments PHP Méthode

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
    public function getArguments()
    {
        return $this->arguments;
    }