/var/www/flurhymez/vendor/google/apiclient-services/src/Calendar
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Calendar/CalendarNotification.php (1343B)
method = $method;
}
/**
* @return string
*/
public function getMethod()
{
return $this->method;
}
/**
* @param string
*/
public function setType($type)
{
$this->type = $type;
}
/**
* @return string
*/
public function getType()
{
return $this->type;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CalendarNotification::class, 'Google_Service_Calendar_CalendarNotification');