/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Calendar
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Calendar/TimePeriod.php (949B)
end = $end;
}
public function getEnd()
{
return $this->end;
}
public function setStart($start)
{
$this->start = $start;
}
public function getStart()
{
return $this->start;
}
}