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