ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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,...
getInternalName()
This defines the speaky internal name of the definition, as the consumer would like to use it,...
getVariantName()
If a definition can be used in several variants (e.g.
getFlavourMachineId()
Defines the ID of the machine that supports this definition.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...