method = $method; } /** * @return string */ public function getMethod() { return $this->method; } /** * @param int */ public function setMinutes($minutes) { $this->minutes = $minutes; } /** * @return int */ public function getMinutes() { return $this->minutes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EventReminder::class, 'Google_Service_Calendar_EventReminder');