API17:JParameter::loadElement
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JParameter::loadElement|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JParameter::loadElement|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function loadElement ( |
| + | $type | ||
| + | $new=false | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 29: | Line 29: | ||
|boolean | |boolean | ||
|false | |false | ||
| − | |False (default) to reuse parameter elements; true to load the parameter element type again. | + | |False (default) to reuse parameter elements; true to load the parameter element type again. |
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' object | |
| − | object | + | * '''Defined''' on line 335 of libraries/joomla/html/parameter.php |
| − | + | * '''Since''' {{JVer|11.1 }} | |
| − | libraries/joomla/html/parameter.php | + | |
| − | * | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JParameter::loadElement source code''' on [[jplatform:html/parameter.php#cl-327|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JParameter/11.1|JParameter]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Html/11.1|Html]] | ||
| + | * [[JParameter::loadElement|Other versions of JParameter::loadElement]] | ||
| + | {{SeeAlso:JParameter::loadElement}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JParameter::loadElement|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JParameter::loadElement|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 53: | Line 52: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JParameter]][[Category:JParameter::loadElement]]</noinclude> | <noinclude>[[Category:JParameter]][[Category:JParameter::loadElement]]</noinclude> | ||
Revision as of 21:28, 27 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JParameter::loadElement
Description
Loads an element type.
Description:JParameter::loadElement [Edit Descripton]
public function loadElement ( $type $new=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The element type. | |
| $new | boolean | false | False (default) to reuse parameter elements; true to load the parameter element type again. |
See also
-
JParameter::loadElement source code on BitBucket
-
Class JParameter
-
Subpackage Html
- Other versions of JParameter::loadElement
SeeAlso:JParameter::loadElement [Edit See Also]
User contributed notes
<CodeExamplesForm />
