ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
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  public function getId(): string
28  {
29  return self::ID;
30  }
31 
32  public function getFlavourMachineId(): string
33  {
35  }
36 
37  public function getInternalName(): string
38  {
39  return 'first_page_tile_image';
40  }
41 }
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...