FOFModel::__set
Magic setter; allows to use the name of model state keys as properties
Signature
public function __set(string
$name,
mixed
$value )
Parameters
-
$name
- The name of the variable
-
$value
- The value to set the variable to
Returns
- void