API17

JPluginHelper

From Joomla! Documentation

Revision as of 15:56, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

[Edit Descripton] Template:Description:JPluginHelper

Defined in[edit]

libraries/joomla/plugin/helper.php

Subpackage[edit]

Plugin

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
getPlugin Get the plugin data of a specific type if no specific plugin is specified otherwise only the specific plugin data is returned.
importPlugin Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific pugin is loaded.
isEnabled Checks if a plugin is enabled.
_import Loads the plugin file.
_load Loads the published plugins.

Importing[edit]

jimport( 'joomla.plugin.helper' );

See also[edit]

Template:SeeAlso:JPluginHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />