File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 12
12
*
13
13
* @SuppressWarnings(PHPMD.NumberOfChildren)
14
14
* @api
15
+ * @deprecated
16
+ * @see \Magento\Framework\Model\AbstractExtensibleModel
15
17
*/
16
18
abstract class AbstractExtensibleObject extends AbstractSimpleObject implements CustomAttributesDataInterface
17
19
{
Original file line number Diff line number Diff line change 15
15
* This class defines basic data structure of how custom attributes are stored in an ExtensibleModel.
16
16
* Implementations may choose to process custom attributes as their persistence requires them to.
17
17
* @SuppressWarnings(PHPMD.NumberOfChildren)
18
+ * @api
18
19
*/
19
20
abstract class AbstractExtensibleModel extends AbstractModel implements
20
21
\Magento \Framework \Api \CustomAttributesDataInterface
You can’t perform that action at this time.
0 commit comments