API17

Difference between revisions of "JPlugin"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public  
 
|public  
|[[JPlugin::__construct/11.1|__construct]]
+
|[[API17:JPlugin::__construct|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 
|public  
 
|public  
|[[JPlugin::loadLanguage/11.1|loadLanguage]]
+
|[[API17:JPlugin::loadLanguage|loadLanguage]]
 
|Loads the plugin language file.  
 
|Loads the plugin language file.  
 
|-
 
|-
 
|}
 
|}
 
* '''Defined in''' libraries/joomla/plugin/plugin.php
 
* '''Defined in''' libraries/joomla/plugin/plugin.php
* '''Extends''' [[JEvent/11.1|JEvent]]
+
* '''Extends''' [[API17:JEvent|JEvent]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.plugin.plugin' );</source>
 
<source lang="php">jimport( 'joomla.plugin.plugin' );</source>
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JPlugin source code''' on [[jplatform:plugin/plugin.php|BitBucket]]
 
* {{JVer|11.1}} '''JPlugin source code''' on [[jplatform:plugin/plugin.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Plugin/11.1|Plugin]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Plugin|Plugin]]
* [[JPlugin|Other versions of JPlugin]]
+
* [[API17:JPlugin|Other versions of JPlugin]]
 
{{SeeAlso:JPlugin}}
 
{{SeeAlso:JPlugin}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:20, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JPlugin[edit]

Description[edit]

Template:Description:JPlugin [Edit Descripton]

Methods[edit]

Visibility Method name Description
public __construct Constructor.
public loadLanguage Loads the plugin language file.
  • Defined in libraries/joomla/plugin/plugin.php
  • Extends JEvent

Importing[edit]

jimport( 'joomla.plugin.plugin' );

See also[edit]

Template:SeeAlso:JPlugin [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />