a-blog cms PHP API Reference

Signin extends ACMS_Validator
in package

Table of Contents

Properties

$factory  : ValidatorFactory

Methods

__call()  : mixed
__construct()  : mixed
ACMS_Validator constructor.
confirmed()  : bool
 メールアドレスが認証済みか確認
doubleCode()  : bool
ユーザーID/コードがすでに存在しないか確認
doubleMail()  : bool
メールアドレスがすでに存在しないか確認
exist()  : bool
メールアドレスが存在するか確認
oldPass()  : bool
古いパスワードか判定

Properties

Methods

__call()

public __call(mixed $method, mixed $argument) : mixed
Parameters
$method : mixed
$argument : mixed

__construct()

ACMS_Validator constructor.

public __construct() : mixed

confirmed()

 メールアドレスが認証済みか確認

public confirmed(string|null $email) : bool
Parameters
$email : string|null
Return values
bool

doubleCode()

ユーザーID/コードがすでに存在しないか確認

public doubleCode(null|string $code[, null|int|string $uid = null ]) : bool
Parameters
$code : null|string
$uid : null|int|string = null
Return values
bool

doubleMail()

メールアドレスがすでに存在しないか確認

public doubleMail(null|string $email[, null|int|string $uid = null ]) : bool
Parameters
$email : null|string
$uid : null|int|string = null
Return values
bool

exist()

メールアドレスが存在するか確認

public exist(string|null $email) : bool
Parameters
$email : string|null
Return values
bool

oldPass()

古いパスワードか判定

public oldPass(null|string $pass, null|int $uid) : bool
Parameters
$pass : null|string
$uid : null|int
Return values
bool

        
On this page

Search results