constructor Calendar_Validation_Error::Calendar_Validation_Error()
constructor
Calendar_Validation_Error::Calendar_Validation_Error() -- Constructs Calendar_Validation_Error
概要
require_once 'Validator.php'; |
void constructor Calendar_Validation_Error::Calendar_Validation_Error (string $unit, int $value, string $message)
パラメータ
- string
$unit
Date unit (e.g. month,hour,second)
- integer
$value
Value of unit which failed test
- string
$message
Validation error message
例外・エラー
throws no exceptions thrown
注意
この関数は、スタティックにコールする
ことはできません。