ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
PageBuilderModification.php
Go to the documentation of this file.
2
5
12{
13
17 public function firstArgumentAllowsNull() : bool
18 {
19 return false;
20 }
21
22
26 public function returnTypeAllowsNull() : bool
27 {
28 return false;
29 }
30
31
35 public function isFinal() : bool
36 {
37 return true;
38 }
39
40
44 public function getClosureFirstArgumentType() : string
45 {
46 return PagePartProvider::class;
47 }
48
49
53 public function getClosureReturnType() : string
54 {
55 return Page::class;
56 }
57}
An exception for terminatinating execution or to throw for unit testing.
This describes the Page.
Definition: Page.php:14