Skip to content

Commit

Permalink
ENGCOM-7071: #22010: Updates AbstractExtensibleObject and AbstractExt…
Browse files Browse the repository at this point in the history
…ensibleModel annotations #22011

 - Merge Pull Request #22011 from atwixfirster/magento2:22010-AbstractExtensibleModel
 - Merged commits:
   1. 1a2b1ce
   2. 1a66568
   3. 764cdf9
   4. 987d713
   5. 70c5e12
   6. 852bf03
  • Loading branch information
magento-engcom-team committed Mar 19, 2020
2 parents bf03292 + 852bf03 commit 816338c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
* Base Class for extensible data Objects
*
* @SuppressWarnings(PHPMD.NumberOfChildren)
* phpcs:disable Magento2.Classes.AbstractApi
* @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,8 @@
* 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)
* phpcs:disable Magento2.Classes.AbstractApi
* @api
*/
abstract class AbstractExtensibleModel extends AbstractModel implements
\Magento\Framework\Api\CustomAttributesDataInterface
Expand Down

0 comments on commit 816338c

Please sign in to comment.