ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullElements.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
27 public function name(
28 BaseElementInterface $element,
29 bool $plural = false
30 ): string {
31 return '';
32 }
33
34 public function nameWithParents(
35 BaseElementInterface $element,
36 ?BaseElementInterface $cut_off = null,
37 bool $plural = false,
38 bool $skip_initial = false
39 ): string {
40 return '';
41 }
42}
nameWithParents(BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false)
name(BaseElementInterface $element, bool $plural=false)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...