prepare for shift types model, add db update
parent
8a51e5d822
commit
25889920cf
@ -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() {
|
||||||
|
}
|
||||||
|
|
||||||
|
?>
|
Loading…
Reference in New Issue