Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
ExtensibleRequest.php
Go to the documentation of this file.
1 <?php
8 
15 {
16  public function getName()
17  {
18  return $this->getData("name");
19  }
20 
25  public function setName($name)
26  {
27  return $this->setData("name", $name);
28  }
29 
34  public function setEntityId($entityId)
35  {
36  return $this->setData("entity_id", $entityId);
37  }
38 }
if(!isset($_GET['name'])) $name
Definition: log.php:14