JData::__set
The magic set method is used to set a data property.
This is a public proxy for the protected setProperty method.
Signature
public function __set(string
$property,
mixed
$value )
Parameters
-
$property
- The name of the data property.
-
$value
- The value to give the data property.
Returns
- void