Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe PlgContentLoadmodule
+ Graphe d'héritage de PlgContentLoadmodule:

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
 

Description détaillée

Plugin to enable loading modules into content (e.g. articles) This uses the {loadmodule} syntax

Depuis
1.5

Documentation des fonctions membres

◆ _load()

_load (   $position,
  $style = 'none' 
)
protected

Loads and renders the module

Paramètres
string$positionThe position assigned to the module
string$styleThe style assigned to the module
Renvoie
mixed
Depuis
1.6

Références $document, $module, $modules, $params, $position, $renderer, et $style.

◆ _loadid()

_loadid (   $id)
protected

Loads and renders the module

Paramètres
string$idThe id of the module
Renvoie
mixed
Depuis
3.9.0

Références $document, $id, $modules, $params, et $renderer.

◆ _loadmod()

_loadmod (   $module,
  $title,
  $style = 'none' 
)
protected

This is always going to get the first instance of the module type unless there is a title.

Paramètres
string$moduleThe module title
string$titleThe title of the module
string$styleThe style of the module
Renvoie
mixed
Depuis
1.6

Références $document, $mod, $module, $name, $params, $renderer, $style, et $title.

◆ onContentPrepare()

onContentPrepare (   $context,
$article,
$params,
  $page = 0 
)

Plugin that loads module positions within content

Paramètres
string$contextThe context of the content being passed to the plugin.
object&$articleThe article object. Note $article->text is also available
mixed&$paramsThe article params
integer$pageThe 'page' number
Renvoie
void
Depuis
1.6

Références $article, $context, $id, $module, $name, $output, $position, $start, $style, et null.

Documentation des champs

◆ $mods

$mods = array()
staticprotected

◆ $modules

$modules = array()
staticprotected

La documentation de cette classe a été générée à partir du fichier suivant :