/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/Channel.php (1351B)
channelType = $channelType; } /** * @return string */ public function getChannelType() { return $this->channelType; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Channel::class, 'Google_Service_VersionHistory_Channel');