ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
class.ilUserAvatarBase.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
26
abstract
class
ilUserAvatarBase
implements
ilUserAvatar
27
{
28
protected
string
$name
=
''
;
29
protected
int
$usrId
= 0;
30
31
public
function
setName
(
string
$name): void
32
{
33
$this->name =
$name
;
34
}
35
36
public
function
setUsrId
(
int
$usrId): void
37
{
38
$this->usrId =
$usrId
;
39
}
40
}
ilUserAvatarBase
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilUserAvatarBase.php:26
ilUserAvatar
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilUserAvatar.php:26
ilUserAvatarBase\$usrId
int $usrId
Definition:
class.ilUserAvatarBase.php:29
ilUserAvatarBase\setUsrId
setUsrId(int $usrId)
Definition:
class.ilUserAvatarBase.php:36
ilUserAvatarBase\setName
setName(string $name)
Definition:
class.ilUserAvatarBase.php:31
ilUserAvatarBase\$name
string $name
Definition:
class.ilUserAvatarBase.php:28
Services
User
Avatar
classes
class.ilUserAvatarBase.php
Generated on Wed Sep 3 2025 22:02:46 for ILIAS by
1.8.13 (using
Doxyfile
)