constructor Calendar_Validation_Error::Calendar_Validation_Error
constructor Calendar_Validation_Error::Calendar_Validation_Error() – Constructs Calendar_Validation_Error
Synopsis
require_once 'Validator.php';
void constructor Calendar_Validation_Error::Calendar_Validation_Error (
string $unit
, int $value
, string $message
)
Описание
This package is not documented yet.
Parameter
-
string
$unit
-
Date unit (e.g. month,hour,second)
-
integer
$value
-
Value of unit which failed test
-
string
$message
-
Validation error message
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.