monthlyPattern = $monthlyPattern; } /** * @return SocialGraphApiProtoMonthlyRecurrence */ public function getMonthlyPattern() { return $this->monthlyPattern; } /** * @param string[] */ public function setMonths($months) { $this->months = $months; } /** * @return string[] */ public function getMonths() { return $this->months; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoYearlyRecurrence::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoYearlyRecurrence');