ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ilObjUser
User class.
Definition:
class.ilObjUser.php:46
ilPortfolioPageAction
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilPortfolioPageAction.php:24
ilPortfolioPageAction\$actor
ilObjUser $actor
Definition:
class.ilPortfolioPageAction.php:25
ilPortfolioPageAction\__construct
__construct(?ilObjUser $actor=null)
Definition:
class.ilPortfolioPageAction.php:27
$DIC
global $DIC
Definition:
shib_login.php:26
components
ILIAS
Portfolio
Page
class.ilPortfolioPageAction.php
Generated on Sat Oct 18 2025 23:03:34 for ILIAS by
1.9.4 (using
Doxyfile
)