Go\Aop\Framework\AbstractInvocation::getArguments PHP Method

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