skadi-d ~master (2015-09-28T14:07:14Z)
Dub
Repo
Digit
skadi
components
validation
validators
digit
Undocumented in source.
class
Digit :
Validator
{
protected
DigitOptions
_options
;
this
(DigitOptions options);
bool
validate
(string field);
bool
validate
(Validation validation, string field);
}
Constructors
this
this
(DigitOptions options)
constructor
Members
Functions
validate
bool
validate
(Validation validation, string field)
Executes the validation
validate
bool
validate
(string field)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_options
DigitOptions
_options
;
Undocumented in source.
Inherited Members
From Validator
_options
string
[
string
]
_options
;
Undocumented in source.
validate
bool
validate
(Validation validation, string attribute)
Executes the validation
Meta
Source
See Implementation
skadi
components
validation
validators
digit
classes
Digit
structs
DigitOptions