ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilUserAvatarBase Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilUserAvatarBase:
+ Collaboration diagram for ilUserAvatarBase:

Public Member Functions

 setName (string $name)
 
 setUsrId (int $usrId)
 
- Public Member Functions inherited from ilUserAvatar
 getUrl ()
 

Protected Attributes

string $name = ''
 
int $usrId = 0
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilUserAvatarBase

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de

Definition at line 26 of file class.ilUserAvatarBase.php.

Member Function Documentation

◆ setName()

ilUserAvatarBase::setName ( string  $name)

Implements ilUserAvatar.

Definition at line 31 of file class.ilUserAvatarBase.php.

References $name.

31  : void
32  {
33  $this->name = $name;
34  }

◆ setUsrId()

ilUserAvatarBase::setUsrId ( int  $usrId)

Implements ilUserAvatar.

Definition at line 36 of file class.ilUserAvatarBase.php.

References $usrId.

36  : void
37  {
38  $this->usrId = $usrId;
39  }

Field Documentation

◆ $name

string ilUserAvatarBase::$name = ''
protected

Definition at line 28 of file class.ilUserAvatarBase.php.

Referenced by setName().

◆ $usrId

int ilUserAvatarBase::$usrId = 0
protected

Definition at line 29 of file class.ilUserAvatarBase.php.

Referenced by setUsrId().


The documentation for this class was generated from the following file: