ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
PreconditionValidator.php
Go to the documentation of this file.
1<?php
2
4
8
13{
15 {
16 // move to DI
20 );
21 }
22}
An exception for terminatinating execution or to throw for unit testing.
Value Object representing the current destination.
Definition: Destination.php:11
Validates the preconditions that have to be met prior to processing of the response.
addConstraintValidator(ConstraintValidator $constraint)
Definition: Validator.php:14