JData::setProperty
Sets a data property.
If the name of the property starts with a null byte, this method will return null.
Signature
protected function setProperty(string
$property,
mixed
$value )
Parameters
-
$property
- The name of the data property.
-
$value
- The value to give the data property.
Returns
- mixed
- The value of the data property.