/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/Interval.php (1361B)
endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Interval::class, 'Google_Service_VersionHistory_Interval');