From: hickert Date: Mon, 1 Mar 2010 11:23:28 +0000 (+0000) Subject: Comments again X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=98bce68e5dcb2570a6788edb341636d47042f15d;p=gosa.git Comments again git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15797 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_pluglist.inc b/gosa-core/include/class_pluglist.inc index a680868db..d182ab3fc 100644 --- a/gosa-core/include/class_pluglist.inc +++ b/gosa-core/include/class_pluglist.inc @@ -22,16 +22,26 @@ class pluglist { + // The id of the last registered plugin id var $index= 0; + var $config= NULL; - var $dirlist= array(); var $ui= NULL; - var $info= array(); + + // Contains a list of the paths for all registered plugins. + var $dirlist= array(); + + // Seems to be used in the help menu to generate an overview. var $headlines = array(); + + // Remember stuff in here. var $silly_cache= array(); + // The pluglist keeps track of all registered plugins. + // (Registered plugins are those we are able to access) var $pluginList = array(); + // Some cache vars to avoid regenration of the menus. var $pathMenu = ""; var $menu= ""; var $iconmenu= "";