$typecastAfterValidate public property
Whether to perform typecasting after owner model validation. Note that typecasting will be performed only if validation was successful, e.g. owner model has no errors. Note that changing this option value will have no effect after this behavior has been attached to the model.
public boolean $typecastAfterValidate = true
Please login to continue.