Documentation

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 = []

$path

public array<string|int, string> $path = []

$skipDefaults

public bool $skipDefaults = false

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
Message

addWarning()

public addWarning(string $message, string $code[, array<string|int, mixed> $variables = [] ]) : Message
Parameters
$message : string
$code : string
$variables : array<string|int, mixed> = []
Return values
Message

createChecker()

public createChecker() : callable(): bool
Return values
callable(): bool

        
On this page

Search results