Differences Between: [Versions 311 and 402] [Versions 311 and 403]
Defines class used for orphaned subplugins.
Copyright: | 2013 Petr Skoda {@link http://skodak.org} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 90 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
orphaned:: (5 methods):
is_uninstall_allowed()
is_enabled()
init_display_name()
get_enabled_plugins()
get_plugins()
is_uninstall_allowed() X-Ref |
No description |
is_enabled() X-Ref |
We do not know if orphaned subplugins are enabled. return: bool |
init_display_name() X-Ref |
No lang strings are present. |
get_enabled_plugins() X-Ref |
Oprhaned plugins can not be enabled. return: array|null of enabled plugins $pluginname=>$pluginname, null means unknown |
get_plugins($type, $typerootdir, $typeclass, $pluginman) X-Ref |
Gathers and returns the information about all plugins of the given type, either on disk or previously installed. param: string $type the name of the plugintype, eg. mod, auth or workshopform param: string $typerootdir full path to the location of the plugin dir param: string $typeclass the name of the actually called class param: core_plugin_manager $pluginman the plugin manager calling this method return: array of plugintype classes, indexed by the plugin name |