1 | <?php |
||
11 | class TimeCards |
||
12 | { |
||
13 | private $timeCards; |
||
14 | private $cycleTimeCollection; |
||
15 | private $historyCards; |
||
16 | private $cardHistoryCollection; |
||
17 | |||
18 | 5 | public function __construct() |
|
22 | |||
23 | 5 | public function getFromHistoryCards(HistoryCards $historyCards) :array |
|
34 | |||
35 | 5 | public function getCardTimeData(): array |
|
39 | |||
40 | 3 | private function createTimeCardIfNotExists(HistoryCard $cardHistory) { |
|
51 | |||
52 | 3 | private function existsCardTime(string $id): bool |
|
62 | } |
||
63 |