ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }