summaryrefslogtreecommitdiff
path: root/includes/model/ShiftTypes_model.php
blob: 4c71a3ed3347e4ca3b10257abd461c0ef15fa7ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php

function ShiftType_delete($shifttype_id) {
}

function ShiftType_update($shifttype_id, $name, $angeltype_id, $description) {
}

function ShiftType_create($name, $angeltype_id, $description) {
}

function ShiftType($shifttype_id) {
}

function ShiftTypes() {
}

?>