|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilUserAvatarFactory. More...
Collaboration diagram for ilUserAvatarFactory:Public Member Functions | |
| __construct (\ILIAS\DI\Container $dic) | |
| ilUserAvatarFactory constructor. More... | |
| avatar ($size) | |
| letter () | |
| file ($size) | |
Protected Attributes | |
| $dic | |
Class ilUserAvatarFactory.
Definition at line 9 of file class.ilUserAvatarFactory.php.
| ilUserAvatarFactory::__construct | ( | \ILIAS\DI\Container | $dic | ) |
ilUserAvatarFactory constructor.
| \ILIAS\DI\Container | $dic |
Definition at line 20 of file class.ilUserAvatarFactory.php.
References $dic.
| ilUserAvatarFactory::avatar | ( | $size | ) |
| string | $size |
Definition at line 29 of file class.ilUserAvatarFactory.php.
References $size, file(), and letter().
Here is the call graph for this function:| ilUserAvatarFactory::file | ( | $size | ) |
| string | $size |
Definition at line 50 of file class.ilUserAvatarFactory.php.
References $size.
Referenced by avatar().
Here is the caller graph for this function:| ilUserAvatarFactory::letter | ( | ) |
Definition at line 41 of file class.ilUserAvatarFactory.php.
Referenced by avatar().
Here is the caller graph for this function:
|
protected |
Definition at line 14 of file class.ilUserAvatarFactory.php.
Referenced by __construct().