Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions src/CCAIPlatform/ShiftTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class ShiftTemplate extends \Google\Collection
*/
public $assignableEmployeeIds;
/**
* Fixed number of days off per week. An employee has a given day off if they
* are not assigned to a shift that starts on that day. A week is 7 days and
* begins on Sunday.
* Optional. Fixed number of days off per week. An employee has a given day
* off if they are not assigned to a shift that starts on that day. A week is
* 7 days and begins on Sunday.
*
* @var int
*/
Expand Down Expand Up @@ -121,9 +121,9 @@ public function getAssignableEmployeeIds()
return $this->assignableEmployeeIds;
}
/**
* Fixed number of days off per week. An employee has a given day off if they
* are not assigned to a shift that starts on that day. A week is 7 days and
* begins on Sunday.
* Optional. Fixed number of days off per week. An employee has a given day
* off if they are not assigned to a shift that starts on that day. A week is
* 7 days and begins on Sunday.
*
* @param int $daysOffCountPerWeek
*/
Expand All @@ -139,7 +139,8 @@ public function getDaysOffCountPerWeek()
return $this->daysOffCountPerWeek;
}
/**
* Fixed dates when shifts from this template should not be generated.
* Optional. Fixed dates when shifts from this template should not be
* generated.
*
* @param DateList $daysOffDates
*/
Expand Down