Go\Aop\Framework\AbstractInvocation::getArguments PHP 메소드

getArguments() 공개 메소드

It is possible to change element values within this array to change the arguments
public getArguments ( ) : array
리턴 array the arguments of the invocation
    public function getArguments()
    {
        return $this->arguments;
    }