/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive/Resource
NameSizeModeActions
About.php14260644editdlrm
Changes.php72500644editdlrm
Channels.php14330644editdlrm
Comments.php41310644editdlrm
Drives.php59350644editdlrm
Files.php191130644editdlrm
Permissions.php85870644editdlrm
Replies.php43840644editdlrm
Revisions.php37540644editdlrm
Teamdrives.php45170644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Drive/Resource/About.php (1426B)
* $driveService = new Google\Service\Drive(...); * $about = $driveService->about; * */ class About extends \Google\Service\Resource { /** * Gets information about the user, the user's Drive, and system capabilities. * (about.get) * * @param array $optParams Optional parameters. * @return AboutModel */ public function get($optParams = []) { $params = []; $params = array_merge($params, $optParams); return $this->call('get', [$params], AboutModel::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(About::class, 'Google_Service_Drive_Resource_About');