ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PasswordAssistanceRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27
29{
31
32 public function getSessionByUsrId(ObjectId $usr_id): Result;
33
35
37
38 public function deleteSession(PasswordAssistanceSession $session): void;
39}
A result encapsulates a value or an error and simplifies the handling of those.
Definition: Result.php:29
createSession(PasswordAssistanceHash $hash, ObjectId $usr_id)
deleteSession(PasswordAssistanceSession $session)