summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7e60082)
raw | patch | inline | side by side (parent: 7e60082)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jun 2010 14:43:50 +0000 (14:43 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Jun 2010 14:43:50 +0000 (14:43 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18889 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_configRegistry.inc | patch | blob | history |
diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc
index d14f4ef4401c7c4801ee24706aaf2f62a927b5b0..9809788ef5eb76f7d65195bf63357bb4fc45be54 100644 (file)
$this->reload();
}
+
+ /*! \brief Returns a list of plugins used by GOsa.
+ @return Array An array containing all plugins with theis plInfo data.
+ */
+ function getListOfPlugins()
+ {
+ return($this->classesWithInfo);
+ }
+
/*! \brief Checks whether the schema check was called in the current session or not.
* @return Boolean True if check was already called