ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ModificationFactory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
21 
27 {
31  public function content(): ContentModification
32  {
33  return new ContentModification();
34  }
35 
39  public function logo(): LogoModification
40  {
41  return new LogoModification();
42  }
43 
47  public function metabar(): MetaBarModification
48  {
49  return new MetaBarModification();
50  }
51 
55  public function mainbar(): MainBarModification
56  {
57  return new MainBarModification();
58  }
59 
64  {
65  return new BreadCrumbsModification();
66  }
67 
71  public function page(): PageBuilderModification
72  {
73  return new PageBuilderModification();
74  }
75 
79  public function footer(): FooterModification
80  {
81  return new FooterModification();
82  }
83 
84  public function title(): TitleModification
85  {
86  return new TitleModification();
87  }
88 
90  {
91  return new ShortTitleModification();
92  }
93 
94  public function view_title(): ViewTitleModification
95  {
96  return new ViewTitleModification();
97  }
98 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...