MailMessageValidation
extends Validation
in package
Class MailMessageValidation
Table of Contents
Methods
- checkdate() : bool
- 日付チェック
- checkSame() : bool
- 指定したターゲットのデータと同じかチェックする
- dateArray() : bool
- 配列日付チェック
- dateString() : bool
- 文字列日付チェック
Methods
checkdate()
日付チェック
public
static checkdate(mixed $value) : bool
Parameters
- $value : mixed
Tags
Return values
boolcheckSame()
指定したターゲットのデータと同じかチェックする
public
static checkSame(string $value, string $target, array<string|int, mixed> $context) : bool
Parameters
- $value : string
- $target : string
- $context : array<string|int, mixed>
Tags
Return values
booldateArray()
配列日付チェック
public
static dateArray(mixed $value) : bool
Parameters
- $value : mixed
Tags
Return values
booldateString()
文字列日付チェック
public
static dateString(string $value) : bool
Parameters
- $value : string