/src/AccessControl/Clearance.php |
7 |
1 |
1 |
/src/Configuration.php |
10 |
24 |
9 |
/src/Constraints/EntityConstraint.php |
16 |
11 |
10 |
/src/Constraints/EnumConstraint.php |
7 |
8 |
7 |
/src/Constraints/IConstraint.php |
5 |
1 |
1 |
/src/Constraints/IDateTimeConstraint.php |
5 |
2 |
2 |
/src/Constraints/INotNullConstraint.php |
5 |
1 |
1 |
/src/Constraints/INumberConstraint.php |
5 |
1 |
1 |
/src/Constraints/IStringConstraint.php |
5 |
2 |
2 |
/src/Constraints/RangeConstraint.php |
8 |
13 |
7 |
/src/Constraints/StringConstraint.php |
13 |
16 |
7 |
/src/Controller/ControllerInterface.php |
14 |
3 |
2 |
/src/Controller/Exception/AccessDenied.php |
5 |
1 |
1 |
/src/Controller/Exception/AlreadyAuthenticated.php |
5 |
1 |
1 |
/src/Controller/Exception/InvalidAuthentication.php |
5 |
2 |
2 |
/src/Controller/Exception/InvalidHttpRequest.php |
7 |
2 |
2 |
/src/Controller/Exception/InvalidRequestedResource.php |
5 |
2 |
2 |
/src/Controller/Exception/RequestedResourceNotFound.php |
5 |
2 |
2 |
/src/Controller/Exception/RequestedRouteNotFound.php |
5 |
1 |
1 |
/src/DataStructures/AppObject.php |
17 |
47 |
25 |
/src/DataStructures/ConstraintViolation.php |
16 |
14 |
11 |
/src/DataStructures/Filename.php |
14 |
9 |
7 |
/src/DataStructures/SearchQuery.php |
38 |
24 |
13 |
/src/DataStructures/Searchable.php |
13 |
19 |
12 |
/src/Database/DbEntityManager.php |
46 |
75 |
36 |
/src/File/FileService.php |
14 |
18 |
13 |
/src/Form/DataStructures/FormArray.php |
28 |
13 |
11 |
/src/Form/DataStructures/IFormData.php |
10 |
3 |
1 |
/src/Form/DataStructures/StdFormData.php |
67 |
31 |
15 |
/src/Form/Exceptions/ExtractionException.php |
18 |
7 |
7 |
/src/Form/Exceptions/IllegalUserInputException.php |
11 |
3 |
3 |
/src/Form/Exceptions/MissingInputException.php |
10 |
10 |
10 |
/src/Form/Exceptions/WrongCsrfException.php |
7 |
2 |
2 |
/src/Form/Form.php |
42 |
13 |
9 |
/src/Form/FormFactory.php |
52 |
55 |
27 |
/src/Form/IFormElement.php |
15 |
2 |
1 |
/src/Form/IFormExtractor.php |
19 |
3 |
3 |
/src/Form/Transformer/ArrayTransformer.php |
20 |
25 |
17 |
/src/Form/Transformer/CheckboxTransformer.php |
8 |
12 |
12 |
/src/Form/Transformer/CsrfTransformer.php |
20 |
12 |
11 |
/src/Form/Transformer/DateTimeTransformer.php |
11 |
13 |
13 |
/src/Form/Transformer/FileTransformer.php |
54 |
58 |
38 |
/src/Form/Transformer/IFormTransformer.php |
14 |
1 |
1 |
/src/Form/Transformer/ListTransformer.php |
15 |
27 |
17 |
/src/Form/Transformer/StringTransformer.php |
10 |
16 |
16 |
/src/Http/Exception/IHttpException.php |
7 |
2 |
2 |
/src/Http/HttpRequestHandler.php |
45 |
33 |
18 |
/src/Kernel.php |
14 |
8 |
8 |
/src/Logging/Logger.php |
12 |
9 |
9 |
/src/Model/AbstractEntity.php |
46 |
30 |
14 |
/src/Model/BoolModel.php |
7 |
19 |
9 |
/src/Model/DateTimeModel.php |
10 |
21 |
9 |
/src/Model/IEntity.php |
10 |
2 |
2 |
/src/Model/IModel.php |
14 |
5 |
1 |
/src/Model/IString.php |
10 |
2 |
2 |
/src/Model/IntegerModel.php |
24 |
20 |
11 |
/src/Model/ListModel.php |
7 |
23 |
12 |
/src/Model/SlugModel.php |
12 |
9 |
7 |
/src/Model/StringModel.php |
15 |
20 |
11 |
/src/Model/UintModel.php |
14 |
15 |
10 |
/src/SearchEngine/SearchEngine.php |
29 |
15 |
11 |
/src/Session/SessionManager.php |
15 |
24 |
8 |
/src/Test/IUnitTest.php |
7 |
2 |
2 |
/src/Type/ModelValidator.php |
28 |
54 |
26 |
/src/Validator/EntityValidator.php |
26 |
16 |
10 |
/src/Validator/EnumValidator.php |
18 |
7 |
7 |
/src/Validator/IValidator.php |
10 |
2 |
2 |
/src/Validator/NotNullValidator.php |
18 |
9 |
9 |
/src/Validator/RangeValidator.php |
18 |
9 |
7 |
/src/Validator/StringValidator.php |
17 |
16 |
9 |
/src/Validator/UploadedImageValidator.php |
29 |
19 |
14 |
/src/Validator/ValidatorFactory.php |
21 |
21 |
10 |