API16:JPluginHelper
From Joomla! Documentation
(Difference between revisions)
(New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JPluginHelper}}
===Defined ...) |
|||
| 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> | ||
Latest revision as of 04:58, 30 March 2010
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] Description:JPluginHelper
Contents |
[edit] Defined in
libraries/joomla/plugin/helper.php
[edit] 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. |
[edit] Importing
jimport( 'joomla.plugin.helper' );
[Edit See Also] SeeAlso:JPluginHelper
[edit] Examples
<CodeExamplesForm />
