We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b81f91 commit 7396ce3Copy full SHA for 7396ce3
lib/internal/Magento/Framework/Model/AbstractModel.php
@@ -523,6 +523,7 @@ public function getCollection()
523
* @param integer $modelId
524
* @param null|string $field
525
* @return $this
526
+ * @deprecated
527
*/
528
public function load($modelId, $field = null)
529
{
@@ -623,6 +624,7 @@ public function setHasDataChanges($flag)
623
624
*
625
626
* @throws \Exception
627
628
629
public function save()
630
@@ -807,6 +809,7 @@ public function afterSave()
807
809
808
810
811
812
813
814
public function delete()
815
0 commit comments