ILIAS  release_8 Revision v8.24
Legacy.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
22
24
29{
31
32 public function __construct(string $title, C\Legacy\Legacy $legacy)
33 {
34 $this->title = $title;
35 $this->legacy = $legacy;
36 }
37
41 public function getLegacyComponent(): C\Legacy\Legacy
42 {
43 return $this->legacy;
44 }
45}
__construct(string $title, C\Legacy\Legacy $legacy)
Definition: Legacy.php:32
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21