Neos\Flow\Mvc\Controller\ControllerContext::getArguments PHP Method

getArguments() public method

Get the arguments of the controller
public getArguments ( ) : Arguments
return Arguments
    public function getArguments()
    {
        return $this->arguments;
    }