summaryrefslogtreecommitdiff
path: root/includes/model/ShiftTypes_model.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-16 08:43:41 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-17 14:59:40 +0100
commit25889920cf216e46873da968afe4b2dae5fead64 (patch)
tree1c167ecd40a860cc1db93b1daa296af582ed7f58 /includes/model/ShiftTypes_model.php
parent8a51e5d822ce4276e266fefa62c8973344609471 (diff)
prepare for shift types model, add db update
Diffstat (limited to 'includes/model/ShiftTypes_model.php')
-rw-r--r--includes/model/ShiftTypes_model.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/includes/model/ShiftTypes_model.php b/includes/model/ShiftTypes_model.php
new file mode 100644
index 00000000..4c71a3ed
--- /dev/null
+++ b/includes/model/ShiftTypes_model.php
@@ -0,0 +1,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() {
+}
+
+?> \ No newline at end of file