summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c1d6cc)
raw | patch | inline | side by side (parent: 5c1d6cc)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Mar 2010 11:23:28 +0000 (11:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 1 Mar 2010 11:23:28 +0000 (11:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15797 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_pluglist.inc | patch | blob | history |
index a680868dbe83ee199d11ce637b978ae1778d507e..d182ab3fc5d4c017e870965895165d7eec212ba6 100644 (file)
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= "";