ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
FirstPageToTileImageFlavourDefintion.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 {
25  private const ID = 'b9b2f16325492412304989a9b3e32479e612957582f60ed667af31e7b36e50ed';
26 
27  #[\Override]
28  public function getId(): string
29  {
30  return self::ID;
31  }
32 
33  #[\Override]
34  public function getFlavourMachineId(): string
35  {
37  }
38 
39  #[\Override]
40  public function getInternalName(): string
41  {
42  return 'first_page_tile_image';
43  }
44 }
getFlavourMachineId()
Defines the ID of the machine that supports this definition.
getInternalName()
This defines the speaky internal name of the definition, as the consumer would like to use it...