ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
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 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: shib_login.php:25
__construct(ilObjUser $actor=null)