Warning
extends Result
in package
Result of a validation that was successful but produced a warning.
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$hint
public
string
$hint
= ''
Possible reason for the error.
$msgCode
public
string
$msgCode
= ''
Error code, MUST match one of the error codes in translations/errors_XX.xml.
$value
public
string
$value
= ''
Erroneous value.
Methods
__construct()
public
__construct(string $msgCode[, mixed $value = null ][, string|null $hint = null ]) : mixed
Parameters
- $msgCode : string
- $value : mixed = null
- $hint : string|null = null