ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
class.ilPublicProfileBaseClassGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
29{
30 public function executeCommand(): void
31 {
33 global $DIC;
34
35 $DIC['ilCtrl']->forwardCommand(
37 );
38
39 $DIC['tpl']->printToStdout();
40 }
41}
GUI class for public user profile presentation.
This class is just a connector as base classes cannot be namespaced.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:26