Joomla! Programmierung/Framework/JModuleHelper

Aus Joomla! Dokumentation
Wechseln zu: Navigation, Suche

JModuleHelper is a static helper class which provides functionality to handle modules.

Inhaltsverzeichnis

[Bearbeiten] Defined in

/libraries/joomla/application/module/helper.php

[Bearbeiten] Methods

Method name Description
getLayoutPath Get the path to a layout for a module.
getModule Get module by name. Returns an object with information about the module.
getModules Get modules by module position. Returns an array of objects with information about the modules.
isEnabled Checks if a module is enabled.
renderModule Renders the module, returning the output HTML.

[Bearbeiten] Importing

jimport( 'joomla.application.module.helper' );

[Bearbeiten] See also

Meine Werkzeuge
Namensräume
Varianten
Aktionen
Navigation
Sonstiges
Team Navigation
Werkzeuge