FOFModel::setState
Method to set model state variables
Signature
public function setState(string
$property,
[mixed
$value = null] )
Parameters
-
$property
- The name of the property.
-
$value
- The value of the property to set or null.
Returns
- mixed
- The previous value of the property or null if not set.