API16

API16:JPluginHelper

From Joomla! Documentation

Revision as of 09:58, 30 March 2010 by Doxiki (talk | contribs)

[Edit Descripton] Template:Description:JPluginHelper

Defined in

libraries/joomla/plugin/helper.php

Methods

Method name Description
getPlugin Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned.
isEnabled Checks if a plugin is enabled.
importPlugin Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.

Importing

jimport( 'joomla.plugin.helper' );

[Edit See Also] Template:SeeAlso:JPluginHelper

Examples

<CodeExamplesForm />