Ejemplo n.º 1
0
 /**
  * Forward to action
  *
  * @TODO MAGETWO-28356: Refactor controller actions to new ResultInterface
  * @param string $action
  * @param string|null $controller
  * @param string|null $module
  * @param array|null $params
  * @return void
  */
 protected function _forward($action, $controller = null, $module = null, array $params = null)
 {
     $this->_getSession()->setIsUrlNotice($this->_actionFlag->get('', self::FLAG_IS_URLS_CHECKED));
     return parent::_forward($action, $controller, $module, $params);
 }