API17:JPluginHelper:: import
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JPluginHelper::_import
Description
Loads the plugin file.
Description:JPluginHelper:: import [Edit Descripton]
Since
Synopsis
protected static JPluginHelper::_import (&$plugin, $autocreate=true, $dispatcher=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| &$plugin | $plugin The plugin. | ||
| $autocreate | boolean | true | |
| $dispatcher | null | Optionally allows the plugin to use a different dispatcher. |
Returns
boolean True on success.
Defined in
libraries/joomla/plugin/helper.php (line 129)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JPluginHelper:: import
Examples
<CodeExamplesForm />
