Plugin helper class
- Depuis
- 1.5
◆ _import()
Loads the plugin file.
- Paramètres
-
object | $plugin | The plugin. |
boolean | $autocreate | True to autocreate. |
\JEventDispatcher | $dispatcher | Optionally allows the plugin to use a different dispatcher. |
- Renvoie
- void
- Depuis
- 1.5
- Obsolète:
- 4.0 Use PluginHelper::import() instead
Références $dispatcher.
◆ _load()
Loads the published plugins.
- Renvoie
- array An array of published plugins
- Depuis
- 1.5
- Obsolète:
- 4.0 Use PluginHelper::load() instead
◆ getLayoutPath()
static getLayoutPath |
( |
|
$type, |
|
|
|
$name, |
|
|
|
$layout = 'default' |
|
) |
| |
|
static |
◆ getPlugin()
static getPlugin |
( |
|
$type, |
|
|
|
$plugin = null |
|
) |
| |
|
static |
◆ import()
◆ importPlugin()
Loads all the plugin files for a particular type if no specific plugin is specified otherwise only the specific plugin is loaded.
- Paramètres
-
string | $type | The plugin type, relates to the subdirectory in the plugins directory. |
string | $plugin | The plugin name. |
boolean | $autocreate | Autocreate the plugin. |
\JEventDispatcher | $dispatcher | Optionally allows the plugin to use a different dispatcher. |
- Renvoie
- boolean True on success.
- Depuis
- 1.5
Références $dispatcher, $i, $results, $type, JEventDispatcher\getInstance(), name, et null.
Référencé par Authentication\__construct(), Authentication\authorise(), User\delete(), Installer\discover_install(), InstallerHelper\downloadPackage(), UserHelper\getProfile(), Installer\install(), User\save(), Installer\uninstall(), et Installer\update().
◆ isEnabled()
static isEnabled |
( |
|
$type, |
|
|
|
$plugin = null |
|
) |
| |
|
static |
Checks if a plugin is enabled.
- Paramètres
-
string | $type | The plugin type, relates to the subdirectory in the plugins directory. |
string | $plugin | The plugin name. |
- Renvoie
- boolean
- Depuis
- 1.5
Références $type.
◆ $plugins
La documentation de cette classe a été générée à partir du fichier suivant :