API17

Difference between revisions of "JModuleHelper"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (moving preparation)
(2 intermediate revisions by the same user not shown)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JModuleHelper::getLayoutPath/11.1|getLayoutPath]]
+
|[[API17:JModuleHelper::getLayoutPath|getLayoutPath]]
 
|Get the path to a layout for a module.  
 
|Get the path to a layout for a module.  
 
|-
 
|-
 
|public   
 
|public   
|[[JModuleHelper::getModule/11.1|getModule]]
+
|[[API17:JModuleHelper::getModule|getModule]]
 
|Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').  
 
|Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').  
 
|-
 
|-
 
|public   
 
|public   
|[[JModuleHelper::getModules/11.1|getModules]]
+
|[[API17:JModuleHelper::getModules|getModules]]
 
|Get modules by position.  
 
|Get modules by position.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JModuleHelper::isEnabled/11.1|isEnabled]]
+
|[[API17:JModuleHelper::isEnabled|isEnabled]]
 
|Checks if a module is enabled.  
 
|Checks if a module is enabled.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JModuleHelper::moduleCache/11.1|moduleCache]]
+
|[[API17:JModuleHelper::moduleCache|moduleCache]]
 
|Module cache helper.  
 
|Module cache helper.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JModuleHelper::renderModule/11.1|renderModule]]
+
|[[API17:JModuleHelper::renderModule|renderModule]]
 
|Render the module.  
 
|Render the module.  
 
|-
 
|-
 
|protected   
 
|protected   
|[[JModuleHelper::_load/11.1|_load]]
+
|[[API17:JModuleHelper::_load|_load]]
 
|Load published modules.  
 
|Load published modules.  
 
|-
 
|-
Line 47: Line 47:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JModuleHelper source code''' on [[jplatform:application/module/helper.php|BitBucket]]
 
* {{JVer|11.1}} '''JModuleHelper source code''' on [[jplatform:application/module/helper.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JModuleHelper|Other versions of JModuleHelper]]
+
* [[API17:JModuleHelper|Other versions of JModuleHelper]]
 
{{SeeAlso:JModuleHelper}}
 
{{SeeAlso:JModuleHelper}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 64: Line 64:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JModuleHelper]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:14, 11 May 2013

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JModuleHelper[edit]

Description[edit]

Template:Description:JModuleHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static getLayoutPath Get the path to a layout for a module.
public getModule Get module by name (real, eg 'Breadcrumbs' or folder, eg 'mod_breadcrumbs').
public getModules Get modules by position.
public static isEnabled Checks if a module is enabled.
public static moduleCache Module cache helper.
public static renderModule Render the module.
protected _load Load published modules.
  • Defined in libraries/joomla/application/module/helper.php

Importing[edit]

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

See also[edit]

Template:SeeAlso:JModuleHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />