Add _init() stub.
authorJan Schneider <jan@horde.org>
Thu, 9 Dec 2010 11:50:27 +0000 (12:50 +0100)
committerJan Schneider <jan@horde.org>
Thu, 9 Dec 2010 11:50:27 +0000 (12:50 +0100)
skeleton/lib/Application.php

index 6c12de7..84b1035 100644 (file)
@@ -42,6 +42,16 @@ class Skeleton_Application extends Horde_Registry_Application
     public $version = 'H4 (0.1-git)';
 
     /**
+     * Initialization function.
+     *
+     * Global variables defined:
+     * - $variable: List all global variables here.
+     */
+    protected function _init()
+    {
+    }
+
+    /**
      * Add additional items to the menu.
      *
      * @param Horde_Menu $menu  The menu object.