JForm::bindLevel
Method to bind data to the form for the group level.
Signature
protected function bindLevel(string
$group,
mixed
$data )
Parameters
-
$group
- The dot-separated form group path on which to bind the data.
-
$data
- An array or object of data to bind to the form for the group level.
Returns
- void