ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
FlavourDefinition.php
Go to the documentation of this file.
1 <?php
2 
20 
26 {
36  public function getId(): string;
37 
41  public function getFlavourMachineId(): string;
42 
47  public function getInternalName(): string;
48 
56  public function getVariantName(): ?string;
57 
62  public function persist(): bool;
63 }
persist()
Define whether the generated flavor and the respective streams should be persisted, or whether they should only be generated and used in-memory.
getFlavourMachineId()
Defines the ID of the machine that supports this definition.
getVariantName()
If a definition can be used in several variants (e.g.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInternalName()
This defines the speaky internal name of the definition, as the consumer would like to use it...