monthDay = $monthDay; } /** * @return int[] */ public function getMonthDay() { return $this->monthDay; } /** * @param bool */ public function setUseLastDayIfMonthDayPastEnd($useLastDayIfMonthDayPastEnd) { $this->useLastDayIfMonthDayPastEnd = $useLastDayIfMonthDayPastEnd; } /** * @return bool */ public function getUseLastDayIfMonthDayPastEnd() { return $this->useLastDayIfMonthDayPastEnd; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoMonthlyDayRecurrence::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoMonthlyDayRecurrence');