FOFModel::__call
Magic caller; allows to use the name of model state keys as methods to set their values.
Signature
public function __call(string
$name,
mixed
$arguments )
Parameters
-
$name
- The name of the state variable to set
-
$arguments
- The value to set the state variable to
Returns
- FOFModel
- Reference to self