* @since 2.0 */ class ModelEvent extends Event { /** * @var boolean whether the model is in valid status. Defaults to true. * A model is in valid status if it passes validation, or other checks. */ public $isValid = true; }