ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NullElements.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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 }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
name(BaseElementInterface $element, bool $plural=false)
nameWithParents(BaseElementInterface $element, ?BaseElementInterface $cut_off=null, bool $plural=false, bool $skip_initial=false)