From: Jan Schneider Date: Thu, 9 Dec 2010 11:50:27 +0000 (+0100) Subject: Add _init() stub. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=27c5e0aa622307872ecc365ec7b8d2fb8e6aa97b;p=horde.git Add _init() stub. --- diff --git a/skeleton/lib/Application.php b/skeleton/lib/Application.php index 6c12de76c..84b1035a4 100644 --- a/skeleton/lib/Application.php +++ b/skeleton/lib/Application.php @@ -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.