ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
FirstPageToTileImageFlavourDefintion.php
Go to the documentation of this file.
1<?php
2
19declare(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}
getInternalName()
This defines the speaky internal name of the definition, as the consumer would like to use it,...
getFlavourMachineId()
Defines the ID of the machine that supports this definition.