File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
lib/internal/Magento/Framework Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 11
11
* Base Class for extensible data Objects
12
12
*
13
13
* @SuppressWarnings(PHPMD.NumberOfChildren)
14
+ * phpcs:disable Magento2.Classes.AbstractApi
14
15
* @api
16
+ * @deprecated
17
+ * @see \Magento\Framework\Model\AbstractExtensibleModel
15
18
*/
16
19
abstract class AbstractExtensibleObject extends AbstractSimpleObject implements CustomAttributesDataInterface
17
20
{
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
+ * phpcs:disable Magento2.Classes.AbstractApi
19
+ * @api
18
20
*/
19
21
abstract class AbstractExtensibleModel extends AbstractModel implements
20
22
\Magento \Framework \Api \CustomAttributesDataInterface
You can’t perform that action at this time.
0 commit comments