API17

Difference between revisions of "JPlugin"

From Joomla! Documentation

(Layout updates)
m (→‎User contributed notes: bad link repair)
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
=={{JVer|11.1}} JPlugin==
 +
===Description===
 +
{{Description:JPlugin}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JPlugin|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPlugin|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JPlugin}}
 
===Defined in===
 
libraries/joomla/plugin/plugin.php
 
* see source code in [[jplatform:plugin/plugin.php|BitBucket]]
 
===Subpackage===
 
[[Subpackage Plugin/11.1|Plugin]]
 
===Extends===
 
[[JEvent/11.1|JEvent]]
 
===Extended by===
 
 
===Methods===
 
===Methods===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
 +
!Visibility
 
!Method name
 
!Method name
 
!Description
 
!Description
 
|-
 
|-
 +
|public
 
|[[JPlugin::__construct/11.1|__construct]]
 
|[[JPlugin::__construct/11.1|__construct]]
 
|Constructor.  
 
|Constructor.  
 
|-
 
|-
 +
|public
 
|[[JPlugin::loadLanguage/11.1|loadLanguage]]
 
|[[JPlugin::loadLanguage/11.1|loadLanguage]]
 
|Loads the plugin language file.  
 
|Loads the plugin language file.  
 
|-
 
|-
 
|}
 
|}
 +
* '''Defined in''' libraries/joomla/plugin/plugin.php
 +
* '''Extends''' [[JEvent/11.1|JEvent]]
 
===Importing===
 
===Importing===
 
<source lang="php">jimport( 'joomla.plugin.plugin' );</source>
 
<source lang="php">jimport( 'joomla.plugin.plugin' );</source>
 
===See also===
 
===See also===
* JPlugin source code in [[jplatform:plugin/plugin.php|BitBucket]]
+
* {{JVer|11.1}} '''JPlugin source code''' on [[jplatform:plugin/plugin.php|BitBucket]]
* [[JPlugin|Other versions of this class]]
+
* {{JVer|11.1}} Subpackage [[Subpackage Plugin/11.1|Plugin]]
 +
* [[JPlugin|Other versions of JPlugin]]
 
{{SeeAlso:JPlugin}}
 
{{SeeAlso:JPlugin}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPlugin|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPlugin|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Examples===
+
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 42: Line 42:
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JPlugin]]</noinclude>
+
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JPlugin]]</noinclude>

Revision as of 13:59, 29 August 2012

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