File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/code/Magento/CatalogRule/Model Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 46
46
* @SuppressWarnings(PHPMD.TooManyFields)
47
47
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
48
48
* @SuppressWarnings(PHPMD.ExcessivePublicCount)
49
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
49
50
*/
50
51
class Rule extends \Magento \Rule \Model \AbstractModel implements RuleInterface, IdentityInterface
51
52
{
@@ -652,6 +653,7 @@ public function isRuleBehaviorChanged()
652
653
653
654
/**
654
655
* Get array with data differences
656
+ *
655
657
* @param array $array1
656
658
* @param array $array2
657
659
*
@@ -831,6 +833,8 @@ public function setDiscountAmount($amount)
831
833
}
832
834
833
835
/**
836
+ * Get from date
837
+ *
834
838
* @return string
835
839
*/
836
840
public function getFromDate ()
@@ -839,6 +843,8 @@ public function getFromDate()
839
843
}
840
844
841
845
/**
846
+ * Get to date
847
+ *
842
848
* @return string
843
849
*/
844
850
public function getToDate ()
You can’t perform that action at this time.
0 commit comments