Feature #71

Add Validators for generic base types

Added by Robert Lemke over 5 years ago. Updated over 2 years ago.

Status:Resolved Start date:
Priority:Should have Due date:
Assignee:Andreas Förthner % Done:

100%

Category:Validation
Target version:-
PHP Version: Complexity:
Has patch:
Votes: 0

Description

The framework should provide a few validators which can handle basic types such as:

  • Text (ie. text without control characters. Question is if HTML would be a valid text?)
  • Float
  • Number
  • NumberRange
  • Integer
  • EmailAddress
  • NotEmpty
  • RegularExpression

(Maybe create tickets for each of them)
Always make sure to be clear about the difference between filter and validator.

Associated revisions

Revision cf097610
Added by Andreas Förthner about 5 years ago

This is all work in progress, but a big part of the Validation/Property Package is already finished:

  • Implemented the basic Validation Framework. This fixes #65, #67, #68, #70
  • Implemented some base validators. This fixes #71
  • Implemented a basic Framwework for PropertyEditors

History

Updated by Malte Jansen over 5 years ago

This one should be missed:

  • Alphanumeric

Pretty useful for hashes or other identifications.


Perhaps some of the validators are pretty useful for a direct check of Arguments...

e.g.

    $this->arguments->addNewArgument('packageKey', 'alphanumeric');

Updated by Robert Lemke over 5 years ago

  • Target version changed from 1 to 18

Updated by Robert Lemke almost 5 years ago

  • Target version deleted (18)

Also available in: Atom PDF