API17

Difference between revisions of "JModuleHelper:: load"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
protected & JModuleHelper->_load ()
+
protected & JModuleHelper::_load ()
 
</source>
 
</source>
 
===Returns===
 
===Returns===
 
array
 
array
 
===Defined in===
 
===Defined in===
libraries/joomla/application/module/helper.php
+
libraries/joomla/application/module/helper.php (line 256)
 +
* see source code in [[jplatform:application/module/helper.php#cl-256|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
* [[getModule/11.1|getModule]]
 
* [[getModule/11.1|getModule]]

Revision as of 21:00, 23 April 2011

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::_load[edit]

Description[edit]

Load published modules.

Template:Description:JModuleHelper:: load [Edit Descripton]

Synopsis[edit]

protected & JModuleHelper::_load ()

Returns[edit]

array

Defined in[edit]

libraries/joomla/application/module/helper.php (line 256)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JModuleHelper:: load

Examples[edit]

<CodeExamplesForm />