/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/VersionHistory
NameSizeModeActions
Resource/-0755rm
Channel.php13510644editdlrm
Interval.php13610644editdlrm
ListChannelsResponse.php15210644editdlrm
ListPlatformsResponse.php15360644editdlrm
ListReleasesResponse.php15210644editdlrm
ListVersionsResponse.php15210644editdlrm
Platform.php13610644editdlrm
Release.php20890644editdlrm
Version.php13230644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/VersionHistory/Platform.php (1361B)
name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setPlatformType($platformType) { $this->platformType = $platformType; } /** * @return string */ public function getPlatformType() { return $this->platformType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Platform::class, 'Google_Service_VersionHistory_Platform');