Documentation

Error extends Result
in package

Result of an unsuccessful validation.

Table of Contents

Properties

$hint  : string
$msgCode  : string
$value  : string

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

        
On this page

Search results