ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
class.ilPortfolioPageAction.php
Go to the documentation of this file.
1
<?php
2
23
class
ilPortfolioPageAction
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
}
ilPortfolioPageAction\$actor
ilObjUser $actor
Definition:
class.ilPortfolioPageAction.php:25
ilPortfolioPageAction
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPortfolioPageAction.php:23
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ilObjUser
$DIC
global $DIC
Definition:
shib_login.php:26
ilPortfolioPageAction\__construct
__construct(?ilObjUser $actor=null)
Definition:
class.ilPortfolioPageAction.php:27
components
ILIAS
Portfolio
Page
class.ilPortfolioPageAction.php
Generated on Sun Aug 31 2025 23:03:31 for ILIAS by
1.8.13 (using
Doxyfile
)