|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
| getName () | |
| setName ($name) | |
| getEntityId () | |
| setEntityId ($entityId) | |
Public Member Functions inherited from AbstractExtensibleObject | |
| __construct (\Magento\Framework\Api\ExtensionAttributesFactory $extensionFactory, AttributeValueFactory $attributeValueFactory, $data=[]) | |
| getCustomAttribute ($attributeCode) | |
| getCustomAttributes () | |
| setCustomAttributes (array $attributes) | |
Public Member Functions inherited from AbstractSimpleObject | |
| __construct (array $data=[]) | |
| setData ($key, $value) | |
| __toArray () | |
Public Member Functions inherited from CustomAttributesDataInterface | |
| setCustomAttribute ($attributeCode, $attributeValue) | |
Additional Inherited Members | |
Data Fields inherited from AbstractExtensibleObject | |
| const | CUSTOM_ATTRIBUTES_KEY = 'custom_attributes' |
Data Fields inherited from CustomAttributesDataInterface | |
| const | CUSTOM_ATTRIBUTES = 'custom_attributes' |
Data Fields inherited from ExtensibleDataInterface | |
| const | EXTENSION_ATTRIBUTES_KEY = 'extension_attributes' |
Protected Member Functions inherited from AbstractExtensibleObject | |
| getCustomAttributesCodes () | |
| _getExtensionAttributes () | |
| _setExtensionAttributes (\Magento\Framework\Api\ExtensionAttributesInterface $extensionAttributes) | |
Protected Member Functions inherited from AbstractSimpleObject | |
| _get ($key) | |
Protected Attributes inherited from AbstractExtensibleObject | |
| $extensionFactory | |
| $attributeValueFactory | |
| $customAttributesCodes | |
Protected Attributes inherited from AbstractSimpleObject | |
| $_data | |
Definition at line 8 of file DataObject.php.
| getEntityId | ( | ) |
| getName | ( | ) |
| setEntityId | ( | $entityId | ) |
| int | $entityId |
Definition at line 39 of file DataObject.php.
| setName | ( | $name | ) |
| string | $name |
Definition at line 22 of file DataObject.php.