From: hickert Date: Wed, 30 Jun 2010 14:43:50 +0000 (+0000) Subject: Updated config registry added getter method for collected plugin data. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=38a52b365b0ddccfb87f2b865505c8ba6464490a;p=gosa.git Updated config registry added getter method for collected plugin data. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18889 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_configRegistry.inc b/gosa-core/include/class_configRegistry.inc index d14f4ef44..9809788ef 100644 --- a/gosa-core/include/class_configRegistry.inc +++ b/gosa-core/include/class_configRegistry.inc @@ -57,6 +57,15 @@ class configRegistry{ $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