Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
All Data Structures Namespaces Files Functions Variables Pages
AttributeInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Framework\Api;
8 
16 {
20  const ATTRIBUTE_CODE = 'attribute_code';
21  const VALUE = 'value';
29  public function getAttributeCode();
30 
37  public function setAttributeCode($attributeCode);
38 
44  public function getValue();
45 
52  public function setValue($value);
53 }
$value
Definition: gender.phtml:16
$attributeCode
Definition: extend.phtml:12