ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Stakeholder.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\User\Settings\NewAccountMail
;
22
23
use
ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder
;
24
25
class
Stakeholder
extends
AbstractResourceStakeholder
26
{
27
public
function
getId
(): string
28
{
29
return
'user_mail_attachements'
;
30
}
31
32
public
function
getOwnerOfNewResources
():
int
33
{
34
return
$this->default_owner
;
35
}
36
}
ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder
Definition:
AbstractResourceStakeholder.php:30
ILIAS\ResourceStorage\Stakeholder\AbstractResourceStakeholder\$default_owner
int $default_owner
Definition:
AbstractResourceStakeholder.php:33
ILIAS\User\Settings\NewAccountMail\Stakeholder
Definition:
Stakeholder.php:26
ILIAS\User\Settings\NewAccountMail\Stakeholder\getOwnerOfNewResources
getOwnerOfNewResources()
Definition:
Stakeholder.php:32
ILIAS\User\Settings\NewAccountMail\Stakeholder\getId
getId()
Definition:
Stakeholder.php:27
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\User\Settings\NewAccountMail
Definition:
class.SettingsGUI.php:21
components
ILIAS
User
src
Settings
NewAccountMail
Stakeholder.php
Generated on Sat Oct 18 2025 23:03:11 for ILIAS by
1.9.4 (using
Doxyfile
)