Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RequestInterface.php
Go to the documentation of this file.
1 <?php
8 namespace Magento\Framework\App;
9 
15 {
21  public function getModuleName();
22 
29  public function setModuleName($name);
30 
36  public function getActionName();
37 
44  public function setActionName($name);
45 
53  public function getParam($key, $defaultValue = null);
54 
61  public function setParams(array $params);
62 
68  public function getParams();
69 
77  public function getCookie($name, $default);
78 
84  public function isSecure();
85 }
getParam($key, $defaultValue=null)
$params[\Magento\Store\Model\StoreManager::PARAM_RUN_CODE]
Definition: website.php:18
if(!isset($_GET['name'])) $name
Definition: log.php:14