API17

Difference between revisions of "JParameter::bind"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JParameter->bind ($data, $group= '_default')
+
public JParameter::bind ($data, $group= '_default')
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 35:
 
boolean True if the data was successfully bound, false otherwise.
 
boolean True if the data was successfully bound, false otherwise.
 
===Defined in===
 
===Defined in===
libraries/joomla/html/parameter.php
+
libraries/joomla/html/parameter.php (line 132)
 +
* see source code in [[jplatform:html/parameter.php#cl-132|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:03, 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 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 />