API16

JPluginHelper: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JPluginHelper}} ===Defined ...
 
Doxiki (talk | contribs)
No edit summary
Line 21: Line 21:
|Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.
|Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.plugin.helper' );</source>
<source lang="php">jimport( 'joomla.plugin.helper' );</source>

Revision as of 09:58, 30 March 2010

[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 />