/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/GameServices
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/GameServices/Schedule.php (1930B)
cronJobDuration = $cronJobDuration;
}
/**
* @return string
*/
public function getCronJobDuration()
{
return $this->cronJobDuration;
}
/**
* @param string
*/
public function setCronSpec($cronSpec)
{
$this->cronSpec = $cronSpec;
}
/**
* @return string
*/
public function getCronSpec()
{
return $this->cronSpec;
}
/**
* @param string
*/
public function setEndTime($endTime)
{
$this->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(Schedule::class, 'Google_Service_GameServices_Schedule');