PeServer

AccountValidator extends ValidatorBase
in package

Table of Contents

Constants

EMAIL_LENGTH  = 254
LOGIN_ID_RANGE_MAX  = 50
LOGIN_ID_RANGE_MIN  = 6
PASSWORD_RANGE_MAX  = 50
PASSWORD_RANGE_MIN  = 8
USER_DESCRIPTION_LENGTH  = 1000
USER_NAME_RANGE_MAX  = 100
USER_NAME_RANGE_MIN  = 4
WEBSITE_LENGTH  = 2083

Properties

$receiver  : IValidationReceiver
$validator  : Validator

Methods

__construct()  : mixed
isDescription()  : bool
isEmail()  : bool
isFreeLoginId()  : bool
isLoginId()  : bool
isPassword()  : bool
isUserName()  : bool
isWebsite()  : bool

Constants

Properties

Methods

isDescription()

public isDescription(string $key, string|null $value) : bool
Parameters
$key : string
$value : string|null
Return values
bool

isEmail()

public final isEmail(string $key, string|null $value) : bool
Parameters
$key : string
$value : string|null
Return values
bool

isLoginId()

public isLoginId(string $key, string|null $value) : bool
Parameters
$key : string
$value : string|null
Return values
bool

isPassword()

public isPassword(string $key, string|null $value) : bool
Parameters
$key : string
$value : string|null
Return values
bool

isUserName()

public isUserName(string $key, string|null $value) : bool
Parameters
$key : string
$value : string|null
Return values
bool

isWebsite()

public final isWebsite(string $key, string|null $value) : bool
Parameters
$key : string
$value : string|null
Return values
bool

        
On this page

Search results