| 1 | <?php  | 
            ||
| 19 | class AfterDateTime extends AbstractDateTimeComparator { | 
            ||
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * Holds the type of the validator.  | 
            ||
| 23 | */  | 
            ||
| 24 | protected $type = 'afterDateTime';  | 
            ||
| 25 | |||
| 26 | /**  | 
            ||
| 27 |      * {@inheritdoc} | 
            ||
| 28 | */  | 
            ||
| 29 |     protected function isValidComparison(\DateTime $date, array $datetimes, array $parameters) { | 
            ||
| 32 | |||
| 33 | }  | 
            ||
| 34 |