ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilPortfolioPageAction.php
Go to the documentation of this file.
1<?php
2
24{
25 protected ilObjUser $actor;
26
27 public function __construct(?ilObjUser $actor = null)
28 {
29 global $DIC;
30 if (is_null($actor)) {
31 $actor = $DIC->user();
32 }
33 $this->actor = $actor;
34 }
35}
User class.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(?ilObjUser $actor=null)
global $DIC
Definition: shib_login.php:26