Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
AttributeMetadata.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Framework\Api;
8 
13 {
14  const ATTRIBUTE_CODE = 'attribute_code';
15 
21  public function getAttributeCode()
22  {
23  return $this->_get(self::ATTRIBUTE_CODE);
24  }
25 
33  {
34  return $this->setData(self::ATTRIBUTE_CODE, $attributeCode);
35  }
36 }
$attributeCode
Definition: extend.phtml:12