Table of Contents
Properties
-
$complexity
: int
-
$message
: string
Methods
-
__construct()
: mixed
-
assert()
: void
-
validate()
: bool
-
raiseError()
: RuleExceptionInterface
$complexity
public
int
$complexity
= 3
$message
protected
string
$message
= <<<TEXT
入力された値は推測されやすい為利用できません。
TEXT
__construct()
public
__construct([int $complexity = 3 ][, string $message = << ]) : mixed
Parameters
-
$complexity
: int
= 3
-
-
$message
: string
= <<
-
assert()
public
assert(mixed $value) : void
Parameters
-
$value
: mixed
-
-
throws
-
Throwable
validate()
public
validate(mixed $value) : bool
Parameters
-
$value
: mixed
-
raiseError()
protected
raiseError() : RuleExceptionInterface