JFormField::__set
Method to set certain otherwise inaccessible properties of the form field object.
Signature
public function __set(string
$name,
mixed
$value )
Parameters
-
$name
- The property name for which to the the value.
-
$value
- The value of the property.
Returns
- void