API15

JParameter

From Joomla! Documentation

Revision as of 12:37, 25 March 2010 by Doxiki (talk | contribs)

The "API15" 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.

[Edit Descripton] Template:Description:JParameter

Defined in[edit]

libraries/joomla/html/parameter.php

Methods[edit]

Method name Description
__construct Constructor
set Set a value
get Get a value
def Sets a default value if not alreay assigned
setXML Sets the XML object from custom xml files
bind Bind data to the parameter
render Render
renderToArray Render all parameters to an array
getNumParams Return number of params to render
getGroups Get the number of params in each group
getParams Render all parameters
getParam Render a parameter type
loadSetupFile Loads an xml setup file and parses it
loadElement Loads a element type
addElementPath Add a directory where JParameter should search for element types

Importing[edit]

jimport( 'joomla.html.parameter' );

[Edit See Also] Template:SeeAlso:JParameter

Examples[edit]

<CodeExamplesForm />