API17

API17:JModuleHelper::getModule

From Joomla! Documentation

Joomla 11.1 JModuleHelper::getModule

Description

Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').


public & function getModule (
        $name
        $title=null
)
Parameter Type Default Description
$name string The name of the module
$title string null The title of the module, optional

See also


User contributed notes

Code Examples