API17

JParameter::bind

From Joomla! Documentation

Revision as of 21:03, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

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

Description[edit]

Bind data to the parameter.

Template:Description:JParameter::bind [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JParameter::bind ($data, $group= '_default')
Parameter Type Default Description
$data mixed An array or object.
$group string '_default' An optional group that the data should bind to. The default group is used if not supplied.

Returns[edit]

boolean True if the data was successfully bound, false otherwise.

Defined in[edit]

libraries/joomla/html/parameter.php (line 132)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JParameter::bind

Examples[edit]

<CodeExamplesForm />