JPlugin: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JPlugin}}
===Defined in===
libra... |
No edit summary |
||
| Line 21: | Line 21: | ||
|Loads the plugin language file | |Loads the plugin language file | ||
|} | |} | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.plugin.plugin' );</source> | <source lang="php">jimport( 'joomla.plugin.plugin' );</source> | ||
Revision as of 17:32, 25 March 2010
[Edit Descripton] Template:Description:JPlugin
Defined in
libraries/joomla/plugin/plugin.php
Methods
| Method name | Description |
|---|---|
| JPlugin | Constructor |
| __construct | Constructor |
| loadLanguage | Loads the plugin language file |
Importing
jimport( 'joomla.plugin.plugin' );
[Edit See Also] Template:SeeAlso:JPlugin
Examples
<CodeExamplesForm />