Skip to content

Commit

Permalink
#22010: Updates AbstractExtensibleObject and AbstractExtensibleModel …
Browse files Browse the repository at this point in the history
…annotations
  • Loading branch information
atwixfirster committed Mar 28, 2019
1 parent 212a533 commit 1a2b1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
*
* @SuppressWarnings(PHPMD.NumberOfChildren)
* @api
* @deprecated
* @see \Magento\Framework\Model\AbstractExtensibleModel
*/
abstract class AbstractExtensibleObject extends AbstractSimpleObject implements CustomAttributesDataInterface
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* This class defines basic data structure of how custom attributes are stored in an ExtensibleModel.
* Implementations may choose to process custom attributes as their persistence requires them to.
* @SuppressWarnings(PHPMD.NumberOfChildren)
* @api
*/
abstract class AbstractExtensibleModel extends AbstractModel implements
\Magento\Framework\Api\CustomAttributesDataInterface
Expand Down

0 comments on commit 1a2b1ce

Please sign in to comment.