Revision 51bbd62c
Von Christian Ehringfeld vor mehr als 10 Jahren hinzugefügt
| src/validators/validator.cpp | ||
|---|---|---|
|
// hash.insert("exist", "ExistValidator");
|
||
|
// hash.insert("image", "ImageValidator");
|
||
|
// hash.insert("size", "SizeValidator");
|
||
|
// hash.insert("number", "NumberValidator");
|
||
|
hash.insert("number", "NumberValidator");
|
||
|
// hash.insert("date", "DateValidator");
|
||
|
hash.insert("required", "RequiredValidator");
|
||
|
// hash.insert("unique", "UniqueValidator");
|
||
Auch abrufbar als: Unified diff
...