JPluginHelper
Description
Plugin helper class
Located in /joomla/plugin/helper.php (line 27)
JPluginHelper (Subpackage Plugin)
Method Summary
boolean
importPlugin
(string $type, [string $plugin = null], [ $autocreate = true], [ $dispatcher = null])
Methods
Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned
mixed
&getPlugin
(string $type, [string $plugin = null])
- string $type: The plugin type, relates to the sub-directory in the plugins directory
- string $plugin: The plugin name
Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.
boolean
importPlugin
(string $type, [string $plugin = null], [ $autocreate = true], [ $dispatcher = null])
- string $type: The plugin type, relates to the sub-directory in the plugins directory
- string $plugin: The plugin name
- $autocreate
- $dispatcher
Checks if a plugin is enabled
boolean
isEnabled
(string $type, [string $plugin = null])
- string $type: The plugin type, relates to the sub-directory in the plugins directory
- string $plugin: The plugin name
Documentation generated on Tue, 29 Jan 2008 18:47:19 +0000 by phpDocumentor 1.3.1



JPluginHelper (Subpackage Plugin)