Skip to content

Commit 1a2b1ce

Browse files
committed
#22010: Updates AbstractExtensibleObject and AbstractExtensibleModel annotations
1 parent 212a533 commit 1a2b1ce

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/internal/Magento/Framework/Api/AbstractExtensibleObject.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
*
1313
* @SuppressWarnings(PHPMD.NumberOfChildren)
1414
* @api
15+
* @deprecated
16+
* @see \Magento\Framework\Model\AbstractExtensibleModel
1517
*/
1618
abstract class AbstractExtensibleObject extends AbstractSimpleObject implements CustomAttributesDataInterface
1719
{

lib/internal/Magento/Framework/Model/AbstractExtensibleModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* This class defines basic data structure of how custom attributes are stored in an ExtensibleModel.
1616
* Implementations may choose to process custom attributes as their persistence requires them to.
1717
* @SuppressWarnings(PHPMD.NumberOfChildren)
18+
* @api
1819
*/
1920
abstract class AbstractExtensibleModel extends AbstractModel implements
2021
\Magento\Framework\Api\CustomAttributesDataInterface

0 commit comments

Comments
 (0)