Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (\Magento\Framework\App\RequestInterface $request, \Magento\Framework\App\ResponseInterface $response, \Magento\Framework\ObjectManagerInterface $objectManager, \Magento\Framework\Event\ManagerInterface $eventManager, \Magento\Framework\UrlInterface $url, \Magento\Framework\App\Response\RedirectInterface $redirect, \Magento\Framework\App\ActionFlag $actionFlag, \Magento\Framework\App\ViewInterface $view, \Magento\Framework\Message\ManagerInterface $messageManager, \Magento\Framework\Controller\Result\RedirectFactory $resultRedirectFactory, ResultFactory $resultFactory) | |
getActionFlag () | |
getEventManager () | |
getView () | |
getObjectManager () | |
getRedirect () | |
getRequest () | |
getResponse () | |
getUrl () | |
getMessageManager () | |
getResultRedirectFactory () | |
getResultFactory () | |
Protected Attributes | |
$_request | |
$_response | |
$_objectManager | |
$_eventManager | |
$_url | |
$_redirect | |
$_actionFlag | |
$_view | |
$messageManager | |
$resultRedirectFactory | |
$resultFactory | |
Constructor modification point for Magento\Framework\App\Action.
All context classes were introduced to allow for backwards compatible constructor modifications of classes that were supposed to be extended by extension developers.
Do not call methods of this class directly.
As Magento moves from inheritance-based APIs all such classes will be deprecated together with the classes they were introduced for.
@api
Definition at line 24 of file Context.php.
__construct | ( | \Magento\Framework\App\RequestInterface | $request, |
\Magento\Framework\App\ResponseInterface | $response, | ||
\Magento\Framework\ObjectManagerInterface | $objectManager, | ||
\Magento\Framework\Event\ManagerInterface | $eventManager, | ||
\Magento\Framework\UrlInterface | $url, | ||
\Magento\Framework\App\Response\RedirectInterface | $redirect, | ||
\Magento\Framework\App\ActionFlag | $actionFlag, | ||
\Magento\Framework\App\ViewInterface | $view, | ||
\Magento\Framework\Message\ManagerInterface | $messageManager, | ||
\Magento\Framework\Controller\Result\RedirectFactory | $resultRedirectFactory, | ||
ResultFactory | $resultFactory | ||
) |
\Magento\Framework\App\RequestInterface | $request | |
\Magento\Framework\App\ResponseInterface | $response | |
\Magento\Framework\ObjectManagerInterface | $objectManager | |
\Magento\Framework\Event\ManagerInterface | $eventManager | |
\Magento\Framework\UrlInterface | $url | |
\Magento\Framework\App\Response\RedirectInterface | $redirect | |
\Magento\Framework\App\ActionFlag | $actionFlag | |
\Magento\Framework\App\ViewInterface | $view | |
\Magento\Framework\Message\ManagerInterface | $messageManager | |
\Magento\Framework\Controller\Result\RedirectFactory | $resultRedirectFactory | |
\Magento\Framework\Controller\ResultFactory | $resultFactory | @SuppressWarnings(PHPMD.ExcessiveParameterList) |
Definition at line 96 of file Context.php.
getActionFlag | ( | ) |
getEventManager | ( | ) |
getMessageManager | ( | ) |
getObjectManager | ( | ) |
getRedirect | ( | ) |
Definition at line 157 of file Context.php.
getRequest | ( | ) |
getResponse | ( | ) |
getResultFactory | ( | ) |
getResultRedirectFactory | ( | ) |
Definition at line 197 of file Context.php.
getUrl | ( | ) |
getView | ( | ) |
|
protected |
Definition at line 59 of file Context.php.
|
protected |
Definition at line 44 of file Context.php.
|
protected |
Definition at line 39 of file Context.php.
|
protected |
Definition at line 54 of file Context.php.
|
protected |
Definition at line 29 of file Context.php.
|
protected |
Definition at line 34 of file Context.php.
|
protected |
Definition at line 49 of file Context.php.
|
protected |
Definition at line 64 of file Context.php.
|
protected |
Definition at line 69 of file Context.php.
|
protected |
Definition at line 79 of file Context.php.
|
protected |
Definition at line 74 of file Context.php.