Neos\Flow\Mvc\Controller\AbstractController::getControllerContext PHP 메소드

getControllerContext() 공개 메소드

Note that the context is only available after processRequest() has been called.
public getControllerContext ( ) : ControllerContext
리턴 ControllerContext The current controller context
    public function getControllerContext()
    {
        return $this->controllerContext;
    }