Selen

ValidatorResult
in package

Table of Contents

Properties

$result  : bool
$validateResults  : array<string|int, ValidateResult>

Methods

__construct()  : mixed
インスタンスを生成します
failure()  : bool
バリデーションに違反したかどうか確認します
getValidateResults()  : array<string|int, ValidateResult>
バリデーションの詳細情報を取得します
success()  : bool
バリデーションに合格したかどうか確認します

Properties

Methods

failure()

バリデーションに違反したかどうか確認します

public failure() : bool
Return values
bool

バリデーションに違反した場合はtrueを、それ以外の場合はfalseを返します

success()

バリデーションに合格したかどうか確認します

public success() : bool
Return values
bool

バリデーションに合格した場合はtrueを、それ以外の場合はfalseを返します


        
On this page

Search results