respect-validation/library/Respect/Validation/Exceptions
Carlos André Ferrari f2c723f869 Added Base validator
This validator is made to validate numbers in any base, even with custom bases

It also have a shortcut, you can use something like
v::base3()->assert('0212');
instead of
v::base(3)->assert('0212');

You can also use custom numeric sequences, like
v::base(3, 'xy')->assert('xyxyx');
2012-07-22 10:17:31 -03:00
..
AbstractGroupedException.php Fixed bug with allOf message template 2012-04-08 22:27:25 -03:00
AbstractNestedException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AllOfException.php Fixed bug with allOf message template 2012-04-08 22:27:25 -03:00
AlnumException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AlphaException.php Fixed bug with additionalChars in alpha and its children 2012-04-08 22:44:35 -03:00
AlwaysInvalidException.php Added Exceptions for AlwaysInvalid, AlwaysValid and CountryCode validators 2012-05-24 12:13:48 -03:00
AlwaysValidException.php Added Exceptions for AlwaysInvalid, AlwaysValid and CountryCode validators 2012-05-24 12:13:48 -03:00
ArrException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AtLeastException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
AttributeException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
BaseException.php Added Base validator 2012-07-22 10:17:31 -03:00
BetweenException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
BoolException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
CallbackException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
CallException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
ComponentException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
ConsonantsException.php Insert validation, unit test and exception for consonants. 2012-03-27 15:26:52 -03:00
ContainsException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
CountryCodeException.php Added Exceptions for AlwaysInvalid, AlwaysValid and CountryCode validators 2012-05-24 12:13:48 -03:00
CpfException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
CreditCardException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
DateException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
DigitsException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
DirectoryException.php Created rule for directory validation. 2012-04-11 16:00:18 -03:00
DomainException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
EachException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
EmailException.php Minor changes, just coding style. 2011-05-06 13:00:50 -03:00
EndsWithException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
EqualsException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
EvenException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
FloatException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
HexaException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
InException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
InstanceException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
IntException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
IpException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
JsonException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
KeyException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
LengthException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
LowercaseException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MacAddressException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MaxException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MinException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MinimumAgeException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MostOfException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
MultipleException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NegativeException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NoneOfException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NotEmptyException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NotException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NoWhitespaceException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NullValueException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
NumericException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
ObjectException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
OddException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
OneOfException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
PerfectSquareException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
PositiveException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
PrimeNumberException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
RegexException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
RomanException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
SfException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
SlugException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
StartsWithException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
StringException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
TldException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
UppercaseException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
ValidationException.php Removed license text from class files 2012-03-22 23:53:06 -03:00
VersionException.php Create validator for versions. 2012-04-07 14:50:52 -03:00
VowelsException.php Merge pull request #68 from kleberhs007/vowel_validation 2012-03-28 09:37:43 -07:00
ZendException.php Removed license text from class files 2012-03-22 23:53:06 -03:00