FOFHalLink::__set
Magic setter for the protected properties
Signature
public function __set(string
$name,
mixed
$value )
Parameters
-
$name
- The name of the property to set, sans the underscore
-
$value
- The value of the property to set
Returns
- void