endMinutes = $endMinutes; } public function getEndMinutes() { return $this->endMinutes; } public function setStartMinutes($startMinutes) { $this->startMinutes = $startMinutes; } public function getStartMinutes() { return $this->startMinutes; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }