API17:JParameter::bind
From Joomla! Documentation
JParameter::bind
Description
Bind data to the parameter.
public function 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 boolean True if the data was successfully bound, false otherwise.
- Defined on line 134 of libraries/joomla/html/parameter.php
- Since

See also
JParameter::bind source code on BitBucket
Class JParameter
Subpackage Html- Other versions of JParameter::bind
User contributed notes
Code Examples