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]
Since
Synopsis
protected JForm->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. |
Returns
void
Defined in
libraries/joomla/form/form.php
Referenced by
See also
Examples
<CodeExamplesForm />
