ILIAS  release_8 Revision v8.24
PageBuilderModification.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
24
30{
34 public function firstArgumentAllowsNull(): bool
35 {
36 return false;
37 }
38
42 public function returnTypeAllowsNull(): bool
43 {
44 return false;
45 }
46
50 public function isFinal(): bool
51 {
52 return true;
53 }
54
58 public function getClosureFirstArgumentType(): string
59 {
60 return PagePartProvider::class;
61 }
62
66 public function getClosureReturnType(): string
67 {
68 return Page::class;
69 }
70}
This describes the Page.
Definition: Page.php:31
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...