return $this; | return $this; | ||||
} | } | ||||
public function getSendingDay(): ?int | |||||
public function getSendingDay() | |||||
{ | { | ||||
return $this->sending_day; | return $this->sending_day; | ||||
} | } |
int $day = null, | int $day = null, | ||||
PointSale $pointSale = null, | PointSale $pointSale = null, | ||||
int $delayBeforeDistribution = null, | int $delayBeforeDistribution = null, | ||||
int $sendingDay = null, | |||||
$sendingDay = null, | |||||
int $sendingHour = null, | int $sendingHour = null, | ||||
bool $integrateProductList = null | bool $integrateProductList = null | ||||
): AutomaticEmail | ): AutomaticEmail |