API17:JForm::bindLevel
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JForm::bindLevel
Description
Method to bind data to the form for the group level.
Description:JForm::bindLevel [Edit Descripton]
protected function bindLevel ( $group $data )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group | string | The dot-separated form group path on which to bind the data. | |
| $data | mixed | An array or object of data to bind to the form for the group level. |
See also
-
JForm::bindLevel source code on BitBucket
-
Class JForm
-
Subpackage Form
- Other versions of JForm::bindLevel
SeeAlso:JForm::bindLevel [Edit See Also]
User contributed notes
<CodeExamplesForm />
