| @@ -54,18 +54,8 @@ | ||
| 54 | 54 | $this->end = $dateTime; |
| 55 | 55 | return $this; |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | - public function getStart() | |
| 59 | - { | |
| 60 | - return $this->start; | |
| 61 | - } | |
| 62 | - | |
| 63 | - public function getEnd() | |
| 64 | - { | |
| 65 | - return $this->end; | |
| 66 | - } | |
| 67 | - | |
| 68 | 58 | public function keep( SH4_Shifts_Model $model ) |
| 69 | 59 | { |
| 70 | 60 | $id = $model->getId(); |
| 71 | 61 | if( $id ){ |