diff options
Diffstat (limited to 'includes/view')
-rw-r--r-- | includes/view/ShiftTypes_view.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/includes/view/ShiftTypes_view.php b/includes/view/ShiftTypes_view.php new file mode 100644 index 00000000..c18ea493 --- /dev/null +++ b/includes/view/ShiftTypes_view.php @@ -0,0 +1,15 @@ +<?php + +function ShiftType_delete_view($shifttype) { +} + +function ShiftType_edit_view($name, $angeltype_id, $angeltypes, $description, $shifttype_id) { +} + +function ShiftType_view($shifttype) { +} + +function ShiftTypes_list_view() { +} + +?>
\ No newline at end of file |