ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
Factory.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\UI\Component\Symbol\Avatar
;
22
29
interface
Factory
30
{
49
public
function
picture
(
string
$path_to_user_picture,
string
$username):
Picture
;
50
51
74
public
function
letter
(
string
$username):
Letter
;
75
}
ILIAS\UI\Component\Symbol\Avatar
Definition:
Avatar.php:21
ILIAS\UI\Component\Symbol\Avatar\Factory
Definition:
Factory.php:29
ILIAS\UI\Component\Symbol\Avatar\Factory\picture
picture(string $path_to_user_picture, string $username)
description: purpose: > The Picture Avatar is used to represent a specific user whenever an user-upl...
ILIAS\UI\Component\Symbol\Avatar\Letter
Definition:
Letter.php:23
ILIAS\UI\Component\Symbol\Avatar\Picture
This describes how a picture avatar could be modified during construction of UI.
Definition:
Picture.php:26
ILIAS\UI\Component\Symbol\Avatar\Factory\letter
letter(string $username)
description: purpose: > The Letter Avatar is used to represent a specific user whenever no picture i...
components
ILIAS
UI
src
Component
Symbol
Avatar
Factory.php
Generated on Wed Sep 3 2025 23:01:59 for ILIAS by
1.8.13 (using
Doxyfile
)