ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
LogoModification.php
Go to the documentation of this file.
2 
4 
11 {
12 
16  public function isFinal() : bool
17  {
18  return false;
19  }
20 
21 
25  public function getClosureFirstArgumentType() : string
26  {
27  return Image::class;
28  }
29 
30 
34  public function getClosureReturnType() : string
35  {
36  return Image::class;
37  }
38 
39 
43  public function firstArgumentAllowsNull() : bool
44  {
45  return true;
46  }
47 
48 
52  public function returnTypeAllowsNull() : bool
53  {
54  return true;
55  }
56 }