Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CustomAttributesDataInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Framework\Api;
8 
16 {
20  const CUSTOM_ATTRIBUTES = 'custom_attributes';
21 
28  public function getCustomAttribute($attributeCode);
29 
37  public function setCustomAttribute($attributeCode, $attributeValue);
38 
44  public function getCustomAttributes();
45 
53  public function setCustomAttributes(array $attributes);
54 }
setCustomAttribute($attributeCode, $attributeValue)
$attributeCode
Definition: extend.phtml:12
$attributes
Definition: matrix.phtml:13