Revision d01c41e0
ID | d01c41e0aa42a699d9156f6a52c9818a024a0651 |
- FLOW3: (MVC) For now removed the ArgumentsValidator. It will surely reappear in a different form, but currently doesn't fit anymore.
- FLOW3: (Validation) Refactored the ValidatorInterface and the ObjectValidatorInterface and adapated all of their implementations including tests. The interfaces are cleaner and more intuitive now.
- TestPackage: Removed a few classes which were not used anymore. We're really close to getting rid of the whole TestPackage once and for all!
- added
- modified
- copied
- renamed
- deleted
- Classes
- MVC
- Controller
- ArgumentsValidator.php
- Controller
- Validation
- Validator
- AlphanumericValidator.php (diff)
- ChainValidator.php (diff)
- EmailAddressValidator.php (diff)
- FloatValidator.php (diff)
- IntegerValidator.php (diff)
- NotEmptyValidator.php (diff)
- NumberRangeValidator.php (diff)
- NumberValidator.php (diff)
- ObjectValidatorChainValidator.php (diff)
- ObjectValidatorInterface.php (diff)
- RawValidator.php (diff)
- RegularExpressionValidator.php (diff)
- TextValidator.php (diff)
- UUIDValidator.php (diff)
- ValidatorInterface.php (diff)
- Validator
- MVC
- Tests
- MVC
- Controller
- ArgumentsValidatorTest.php
- Controller
- Validation
- Validator
- AlphanumericTest.php
- AlphanumericValidatorTest.php
- ChainTest.php
- ChainValidatorTest.php
- EmailAddressTest.php
- EmailAddressValidatorTest.php
- FloatTest.php
- FloatValidatorTest.php
- IntegerTest.php
- IntegerValidatorTest.php
- NotEmptyTest.php
- NotEmptyValidatorTest.php
- NumberRangeTest.php
- NumberRangeValidatorTest.php
- NumberTest.php
- NumberValidatorTest.php
- ObjectValidatorChainTest.php
- ObjectValidatorChainValidatorTest.php
- RawTest.php
- RawValidatorTest.php
- RegularExpressionTest.php
- RegularExpressionValidatorTest.php
- TextTest.php
- TextValidatorTest.php
- UUIDTest.php
- UUIDValidatorTest.php
- ValidatorResolverTest.php (diff)
- Validator
- MVC