Neos\Neos\Ui\Controller\BackendServiceController::initializeController PHP Метод

initializeController() публичный Метод

Set the controller context on the feedback collection after the controller has been initialized
public initializeController ( TYPO3\Flow\Mvc\RequestInterface $request, TYPO3\Flow\Mvc\ResponseInterface $response ) : void
$request TYPO3\Flow\Mvc\RequestInterface
$response TYPO3\Flow\Mvc\ResponseInterface
Результат void
    public function initializeController(RequestInterface $request, ResponseInterface $response)
    {
        parent::initializeController($request, $response);
        $this->feedbackCollection->setControllerContext($this->getControllerContext());
    }