Documentation

Rule extends BagEntry

Table of Contents

$container  : Container
$message  : string
$validate  : mixed
container()  : void
created()  : void
message()  : mixed
toSchemaJson()  : array<string|int, mixed>
validate()  : Rule

Properties

$message

protected string $message = '{{ fieldLabel }} ist ungültig.'

$validate

protected mixed $validate

Methods

message()

public message(mixed $message) : mixed
Parameters
$message : mixed
Return values
mixed

toSchemaJson()

public toSchemaJson() : array<string|int, mixed>
Return values
array<string|int, mixed>

validate()

public validate(mixed $validate) : Rule
Parameters
$validate : mixed
Return values
Rule

Search results