Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
onContentPrepare ($context, &$article, &$params, $page=0) | |
Fonctions membres publiques hérités de CMSPlugin | |
__construct (&$subject, $config=array()) | |
loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR) | |
setApplication (CMSApplicationInterface $application) | |
Fonctions membres publiques hérités de DispatcherAwareInterface | |
setDispatcher (DispatcherInterface $dispatcher) | |
Fonctions membres publiques hérités de PluginInterface | |
registerListeners () | |
Fonctions membres protégées | |
_load ($position, $style='none') | |
_loadmod ($module, $title, $style='none') | |
_loadid ($id) | |
Fonctions membres protégées hérités de CMSPlugin | |
registerLegacyListener (string $methodName) | |
registerListener (string $methodName) | |
getApplication () | |
Attributs protégés statiques | |
static | $modules = array() |
static | $mods = array() |
Membres hérités additionnels | |
Champs de données hérités de CMSPlugin | |
$params = null | |
Attributs protégés hérités de CMSPlugin | |
$_name = null | |
$_type = null | |
$autoloadLanguage = false | |
$allowLegacyListeners = true | |
Plugin to enable loading modules into content (e.g. articles) This uses the {loadmodule} syntax
|
protected |
|
protected |
|
protected |
This is always going to get the first instance of the module type unless there is a title.
string | $module | The module title |
string | $title | The title of the module |
string | $style | The style of the module |
Références $document, $mod, $module, $name, $params, $renderer, $style, et $title.
onContentPrepare | ( | $context, | |
& | $article, | ||
& | $params, | ||
$page = 0 |
|||
) |
Plugin that loads module positions within content
string | $context | The context of the content being passed to the plugin. |
object | &$article | The article object. Note $article->text is also available |
mixed | &$params | The article params |
integer | $page | The 'page' number |
Références $article, $context, $id, $module, $name, $output, $position, $start, $style, et null.
|
staticprotected |
|
staticprotected |