API16

JPlugin/onFireEvent

From Joomla! Documentation

< API16:JPlugin

The "API16" 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.

Syntax[edit]

onFireEvent()


Defined in[edit]

libraries/joomla/plugin/plugin.php

Importing[edit]

jimport( 'joomla.plugin.plugin' );

Source Body[edit]

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



Examples[edit]

Code Examples[edit]