Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
getDisabledAttrs () | |
getIndexValueAttributes () | |
isSuitable () | |
overrideAttribute (Attribute $attribute) | |
Protected Attributes | |
$_attributeOverrides = [] | |
$_disabledAttrs = [] | |
$_indexValueAttributes = [] | |
Export entity product type abstract model
@api
Definition at line 16 of file AbstractType.php.
getDisabledAttrs | ( | ) |
Return disabled attributes codes.
Definition at line 44 of file AbstractType.php.
getIndexValueAttributes | ( | ) |
Get attribute codes with index (not label) value.
Definition at line 54 of file AbstractType.php.
isSuitable | ( | ) |
Additional check for model availability. If method returns FALSE - model is not suitable for data processing.
Definition at line 64 of file AbstractType.php.
overrideAttribute | ( | Attribute | $attribute | ) |
Add additional data to attribute.
Attribute | $attribute |
Definition at line 75 of file AbstractType.php.
|
protected |
Definition at line 23 of file AbstractType.php.
|
protected |
Definition at line 30 of file AbstractType.php.
|
protected |
Definition at line 37 of file AbstractType.php.