ILIAS  trunk Revision v12.0_alpha-1613-gae4c99ebb18
SessionValidationResult.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\AuthSOAP;
22
27{
31 public function __construct(
32 public array $validation,
33 public string $request = '',
34 public string $response = '',
35 ) {
36 }
37}
@phpstan-type ValidationArray array{valid: bool, firstname?: string, lastname?: string,...
__construct(public array $validation, public string $request='', public string $response='',)
$response
Definition: xapitoken.php:90