ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
SubjectConfirmationNotOnOrAfter.php
Go to the documentation of this file.
1 <?php
2 
4 
9 
12 {
13  public function validate(
14  SubjectConfirmation $subjectConfirmation,
16  ) {
17  $notOnOrAfter = $subjectConfirmation->SubjectConfirmationData->NotOnOrAfter;
19  $result->addError('NotOnOrAfter in SubjectConfirmationData is in the past');
20  }
21  }
22 }
$result
static getTime()
Getter for getting the current timestamp.
Definition: Temporal.php:13
Simple Result object.
Definition: Result.php:10