/var/www/flurhymez/vendor/google/apiclient-services/src/Drive/Resource
NameSizeModeActions
About.php14260644editdlrm
Changes.php69580644editdlrm
Channels.php14310644editdlrm
Comments.php41350644editdlrm
Drives.php52760644editdlrm
Files.php143860644editdlrm
Permissions.php89470644editdlrm
Replies.php43880644editdlrm
Revisions.php37540644editdlrm
Teamdrives.php44910644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Drive/Resource/Channels.php (1431B)
* $driveService = new Google\Service\Drive(...); * $channels = $driveService->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_Drive_Resource_Channels');