Context
in package
FinalYes
Table of Contents
Properties
- $dynamics : array<string|int, array<string|int, mixed>>
- $errors : array<string|int, Message>
- $isKey : bool
- $path : array<string|int, string>
- $skipDefaults : bool
- $warnings : array<string|int, Message>
Methods
- addError() : Message
- addWarning() : Message
- createChecker() : callable(): bool
Properties
$dynamics
public
array<string|int, array<string|int, mixed>>
$dynamics
= []
$errors
public
array<string|int, Message>
$errors
= []
$isKey
public
bool
$isKey
= false
$path
public
array<string|int, string>
$path
= []
$skipDefaults
public
bool
$skipDefaults
= false
$warnings
public
array<string|int, Message>
$warnings
= []
Methods
addError()
public
addError(string $message, string $code[, array<string|int, mixed> $variables = [] ]) : Message
Parameters
- $message : string
- $code : string
- $variables : array<string|int, mixed> = []
Return values
MessageaddWarning()
public
addWarning(string $message, string $code[, array<string|int, mixed> $variables = [] ]) : Message
Parameters
- $message : string
- $code : string
- $variables : array<string|int, mixed> = []
Return values
MessagecreateChecker()
public
createChecker() : callable(): bool