Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CustomAttributeDataObject.php
Go to the documentation of this file.
1 <?php
8 
11 
18 {
22  public function getName()
23  {
24  return $this->_data['name'];
25  }
26 
31  public function setName($name)
32  {
33  return $this->setData('name', $name);
34  }
35 }
if(!isset($_GET['name'])) $name
Definition: log.php:14