summaryrefslogtreecommitdiffstats
path: root/application/controllers/BootmenuController.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/BootmenuController.php')
-rw-r--r--application/controllers/BootmenuController.php42
1 files changed, 42 insertions, 0 deletions
diff --git a/application/controllers/BootmenuController.php b/application/controllers/BootmenuController.php
index b365dc9..20f471e 100644
--- a/application/controllers/BootmenuController.php
+++ b/application/controllers/BootmenuController.php
@@ -13,6 +13,48 @@ class BootmenuController extends Zend_Controller_Action
// action body
}
+ public function addbootmenuentryAction()
+ {
+ // action body
+ }
+
+ public function createbootmenuAction()
+ {
+ // action body
+ }
+
+ public function editbootmenuAction()
+ {
+ // action body
+ }
+
+ public function editbootmenuentryAction()
+ {
+ // action body
+ }
+
+ public function removebootmenuentryAction()
+ {
+ // action body
+ }
+
+ public function deletebootmenuAction()
+ {
+ // action body
+ }
+
}
+
+
+
+
+
+
+
+
+
+
+
+