ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
class.ilPluginGlobalScreenNullProvider.php
Go to the documentation of this file.
1<?php
2
4
11{
12
16 public function __construct()
17 {
18 }
19
20
24 final public function getPurpose() : string
25 {
26 return "mainmenu";
27 }
28
29
33 final public function getStaticTopItems() : array
34 {
35 return array();
36 }
37
38
42 final public function getStaticSubItems() : array
43 {
44 return array();
45 }
46}
An exception for terminatinating execution or to throw for unit testing.