NoraLib Validation API Documentation

PasswordComplexityRule extends AbstractRule
in package

Table of Contents

Properties

$complexity  : int
$special  : string
$message  : string

Methods

__construct()  : mixed
assert()  : void
validate()  : bool
raiseError()  : RuleExceptionInterface

Properties

$message

protected string $message = <<<TEXT 大文字、小文字、数字、特殊文字({{special}}) いずれかを{{complexity}}種類以上使って入力してください。 TEXT

Methods

assert()

public assert(mixed $value) : void
Parameters
$value : mixed
Tags
throws
Throwable

        
On this page

Search results