Table of Contents
-
$container
: Container
-
$message
: string
-
$validate
: mixed
-
container()
: void
-
created()
: void
-
message()
: mixed
-
toSchemaJson()
: array<string|int, mixed>
-
validate()
: Rule
$container
protected
Container
$container
$message
protected
string
$message
= '{{ fieldLabel }} ist ungültig.'
$validate
protected
mixed
$validate
container()
public
container(Container $container) : void
Parameters
-
$container
: Container
-
Return values
void
—
created()
public
created() : void
Return values
void
—
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
—