ILIAS  release_8 Revision v8.24
class.ilCtrlNamespacedTestGUI.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
4
5/* Copyright (c) 2022 Thibeau Fuhrer <thibeau@sr.solutions> Extended GPL, see docs/LICENSE */
6
8
15{
16 public function executeCommand(): string
17 {
18 return self::class;
19 }
20}