ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Artifacts.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\ResourceStorage;
22
29{
30 public function __construct(private array $flavour_machines, private array $flavour_definitions)
31 {
32 }
33
34 public function getFlavourMachines(): array
35 {
36 return $this->flavour_machines;
37 }
38
39 public function getFlavourDefinitions(): array
40 {
41 return $this->flavour_definitions;
42 }
43}
__construct(private array $flavour_machines, private array $flavour_definitions)
Definition: Artifacts.php:30
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...