ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:22
__construct(?ilObjUser $actor=null)