API16

JPlugin/onFireEvent: 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:JPlugin/onFireEvent}...
 
m preparing for archive only
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JPlugin/onFireEvent|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JPlugin/onFireEvent}}
===Syntax===
===Syntax===
<source lang="php">onFireEvent()</source>
<source lang="php">onFireEvent()</source>
Line 23: Line 16:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPlugin/onFireEvent|Edit See Also]]<nowiki>]</nowiki>
 
</span>
{{SeeAlso:JPlugin/onFireEvent}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=onFireEvent
  category=onFireEvent
  category=JPlugin
  category=JPlugin
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:59, 25 March 2017

Syntax

onFireEvent()


Defined in

libraries/joomla/plugin/plugin.php

Importing

jimport( 'joomla.plugin.plugin' );

Source Body

public function onFireEvent()
{
        $this->loadLanguage(null, JPATH_ADMINISTRATOR);
}



Examples

Code Examples