JData::bind
Binds an array or object to this object.
Signature
public function bind(mixed
$properties,
[boolean
$updateNulls = true] )
Parameters
-
$properties
- An associative array of properties or an object.
-
$updateNulls
- True to bind null values, false to ignore null values.
Returns
- JData
- Returns itself to allow chaining.