API17:JForm::bind
From Joomla! Documentation
JForm::bind
Description
Method to bind data to the form.
public function bind ($data)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | mixed | An array or object of data to bind to the form. |
See also
JForm::bind source code on BitBucket
Class JForm
Subpackage Form- Other versions of JForm::bind
User contributed notes
Code Examples