Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
DataObjectResponse.php
Go to the documentation of this file.
1 <?php
7 
9 {
13  public function getEntityId()
14  {
15  return $this->_get('entity_id');
16  }
17 
22  public function setEntityId($entityId)
23  {
24  return $this->setData('entity_id', $entityId);
25  }
26 
30  public function getName()
31  {
32  return $this->_get('name');
33  }
34 
39  public function setName($name)
40  {
41  return $this->setData('name', $name);
42  }
43 }
if(!isset($_GET['name'])) $name
Definition: log.php:14