/var/www/flurhymez/vendor/google/apiclient-services/src/Calendar/Resource
NameSizeModeActions
Acl.php88300644editdlrm
CalendarList.php93070644editdlrm
Calendars.php46890644editdlrm
Channels.php14490644editdlrm
Colors.php14300644editdlrm
Events.php266620644editdlrm
Freebusy.php15860644editdlrm
Settings.php40060644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Calendar/Resource/Channels.php (1449B)
* $calendarService = new Google\Service\Calendar(...); * $channels = $calendarService->channels; * */ class Channels extends \Google\Service\Resource { /** * Stop watching resources through this channel (channels.stop) * * @param Channel $postBody * @param array $optParams Optional parameters. */ public function stop(Channel $postBody, $optParams = []) { $params = ['postBody' => $postBody]; $params = array_merge($params, $optParams); return $this->call('stop', [$params]); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Channels::class, 'Google_Service_Calendar_Resource_Channels');