Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getName () | |
setName ($name) | |
getEntityId () | |
setEntityId ($entityId) | |
![]() | |
__construct (\Magento\Framework\Api\ExtensionAttributesFactory $extensionFactory, AttributeValueFactory $attributeValueFactory, $data=[]) | |
getCustomAttribute ($attributeCode) | |
getCustomAttributes () | |
setCustomAttributes (array $attributes) | |
![]() | |
__construct (array $data=[]) | |
setData ($key, $value) | |
__toArray () | |
![]() | |
setCustomAttribute ($attributeCode, $attributeValue) | |
Additional Inherited Members | |
![]() | |
const | CUSTOM_ATTRIBUTES_KEY = 'custom_attributes' |
![]() | |
const | CUSTOM_ATTRIBUTES = 'custom_attributes' |
![]() | |
const | EXTENSION_ATTRIBUTES_KEY = 'extension_attributes' |
![]() | |
getCustomAttributesCodes () | |
_getExtensionAttributes () | |
_setExtensionAttributes (\Magento\Framework\Api\ExtensionAttributesInterface $extensionAttributes) | |
![]() | |
_get ($key) | |
![]() | |
$extensionFactory | |
$attributeValueFactory | |
$customAttributesCodes | |
![]() | |
$_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.