Neos\Flow\Mvc\Controller\ControllerContext::getArguments PHP 메소드

getArguments() 공개 메소드

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