ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
FooterModification.php
Go to the documentation of this file.
2
4
11{
12
16 public function isFinal() : bool
17 {
18 return true;
19 }
20
21
25 public function getClosureFirstArgumentType() : string
26 {
27 return Footer::class;
28 }
29
30
34 public function getClosureReturnType() : string
35 {
36 return Footer::class;
37 }
38
39
43 public function firstArgumentAllowsNull() : bool
44 {
45 return true;
46 }
47
48
52 public function returnTypeAllowsNull() : bool
53 {
54 return false;
55 }
56}
An exception for terminatinating execution or to throw for unit testing.
This describes the Footer.
Definition: Footer.php:12