Documentation

ReplacesAttributes

Table of Contents

replaceAfter()  : string
Replace all place-holders for the after rule.
replaceAfterOrEqual()  : string
Replace all place-holders for the after_or_equal rule.
replaceBefore()  : string
Replace all place-holders for the before rule.
replaceBeforeOrEqual()  : string
Replace all place-holders for the before_or_equal rule.
replaceBetween()  : string
Replace all place-holders for the between rule.
replaceDateFormat()  : string
Replace all place-holders for the date_format rule.
replaceDifferent()  : string
Replace all place-holders for the different rule.
replaceDigits()  : string
Replace all place-holders for the digits rule.
replaceDigitsBetween()  : string
Replace all place-holders for the digits (between) rule.
replaceDimensions()  : string
Replace all place-holders for the dimensions rule.
replaceIn()  : string
Replace all place-holders for the in rule.
replaceInArray()  : string
Replace all place-holders for the in_array rule.
replaceMax()  : string
Replace all place-holders for the max rule.
replaceMimes()  : string
Replace all place-holders for the mimes rule.
replaceMimetypes()  : string
Replace all place-holders for the mimetypes rule.
replaceMin()  : string
Replace all place-holders for the min rule.
replaceNotIn()  : string
Replace all place-holders for the not_in rule.
replaceRequiredIf()  : string
Replace all place-holders for the required_if rule.
replaceRequiredUnless()  : string
Replace all place-holders for the required_unless rule.
replaceRequiredWith()  : string
Replace all place-holders for the required_with rule.
replaceRequiredWithAll()  : string
Replace all place-holders for the required_with_all rule.
replaceRequiredWithout()  : string
Replace all place-holders for the required_without rule.
replaceRequiredWithoutAll()  : string
Replace all place-holders for the required_without_all rule.
replaceSame()  : string
Replace all place-holders for the same rule.
replaceSize()  : string
Replace all place-holders for the size rule.

Methods

replaceAfter()

Replace all place-holders for the after rule.

protected replaceAfter(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceAfterOrEqual()

Replace all place-holders for the after_or_equal rule.

protected replaceAfterOrEqual(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceBefore()

Replace all place-holders for the before rule.

protected replaceBefore(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceBeforeOrEqual()

Replace all place-holders for the before_or_equal rule.

protected replaceBeforeOrEqual(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceBetween()

Replace all place-holders for the between rule.

protected replaceBetween(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceDateFormat()

Replace all place-holders for the date_format rule.

protected replaceDateFormat(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceDifferent()

Replace all place-holders for the different rule.

protected replaceDifferent(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceDigits()

Replace all place-holders for the digits rule.

protected replaceDigits(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceDigitsBetween()

Replace all place-holders for the digits (between) rule.

protected replaceDigitsBetween(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceDimensions()

Replace all place-holders for the dimensions rule.

protected replaceDimensions(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceIn()

Replace all place-holders for the in rule.

protected replaceIn(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceInArray()

Replace all place-holders for the in_array rule.

protected replaceInArray(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceMax()

Replace all place-holders for the max rule.

protected replaceMax(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceMimes()

Replace all place-holders for the mimes rule.

protected replaceMimes(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceMimetypes()

Replace all place-holders for the mimetypes rule.

protected replaceMimetypes(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceMin()

Replace all place-holders for the min rule.

protected replaceMin(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceNotIn()

Replace all place-holders for the not_in rule.

protected replaceNotIn(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceRequiredIf()

Replace all place-holders for the required_if rule.

protected replaceRequiredIf(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceRequiredUnless()

Replace all place-holders for the required_unless rule.

protected replaceRequiredUnless(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceRequiredWith()

Replace all place-holders for the required_with rule.

protected replaceRequiredWith(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceRequiredWithAll()

Replace all place-holders for the required_with_all rule.

protected replaceRequiredWithAll(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceRequiredWithout()

Replace all place-holders for the required_without rule.

protected replaceRequiredWithout(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceRequiredWithoutAll()

Replace all place-holders for the required_without_all rule.

protected replaceRequiredWithoutAll(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceSame()

Replace all place-holders for the same rule.

protected replaceSame(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

replaceSize()

Replace all place-holders for the size rule.

protected replaceSize(string $message, string $attribute, string $rule, array<string|int, mixed> $parameters) : string
Parameters
$message : string
$attribute : string
$rule : string
$parameters : array<string|int, mixed>
Return values
string

Search results