ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilUserAvatarBase.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3
9abstract class ilUserAvatarBase implements ilUserAvatar
10{
14 protected $name = '';
15
19 protected $usrId = 0;
20
24 public function setName($name)
25 {
26 $this->name = $name;
27 }
28
32 public function setUsrId($usrId)
33 {
34 $this->usrId = $usrId;
35 }
36}
An exception for terminatinating execution or to throw for unit testing.
Class ilUserAvatarBase.
Class ilLetterAvatar.