ILIAS  release_8 Revision v8.24
trait.ModeProviderBase.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
21namespace ILIAS\Survey\Mode;
22
24
29{
30 protected ?int $id = null;
34
35 public function getId(): int
36 {
37 return $this->id;
38 }
39
41 {
43 }
44
45 public function getUIModifier(): UIModifier
46 {
47 $mod = $this->ui_modifier;
48 $mod->setInternalService($this->service);
49 return $mod;
50 }
51
53 {
54 $this->service = $service;
55 }
56}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
setInternalService(InternalService $internal_service)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setInternalService(InternalService $service)