summaryrefslogtreecommitdiff
path: root/includes/view/ShiftTypes_view.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-16 09:01:39 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-17 14:59:41 +0100
commita73e98a8e069074fe439d8d54c93fd35c46ace8e (patch)
tree6df3daaf36f35d5d3426cdb2e89ed0b5f0634e5d /includes/view/ShiftTypes_view.php
parent294a21d1632a07ee510adaf18e39a7a5956fac6b (diff)
prepare shift types controller and view
Diffstat (limited to 'includes/view/ShiftTypes_view.php')
-rw-r--r--includes/view/ShiftTypes_view.php15
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