API17

API17:JParameter::bind

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples