ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
UnlockKey.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 class UnlockKey
28 {
29  public function __serialize(): array
30  {
31  return [];
32  }
33 
34  public function __unserialize(array $data): void
35  {
36  }
37 }