Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (int $id, string $attributeFoo, string $attributeBar) | |
getId () | |
getAttributeFoo () | |
getAttributeBar () | |
Fake entity object
Definition at line 12 of file EntityFake.php.
__construct | ( | int | $id, |
string | $attributeFoo, | ||
string | $attributeBar | ||
) |
int | $id | |
string | $attributeFoo | |
string | $attributeBar |
Definition at line 34 of file EntityFake.php.
getAttributeBar | ( | ) |
Definition at line 60 of file EntityFake.php.
getAttributeFoo | ( | ) |
Definition at line 52 of file EntityFake.php.
getId | ( | ) |
Definition at line 44 of file EntityFake.php.