ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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\Factory
Definition:
Factory.php:30
ILIAS\UI\Component\Symbol\Avatar\Factory\letter
letter(string $username)
ILIAS\UI\Component\Symbol\Avatar\Factory\picture
picture(string $path_to_user_picture, string $username)
ILIAS\UI\Component\Symbol\Avatar\Letter
Definition:
Letter.php:24
ILIAS\UI\Component\Symbol\Avatar\Picture
This describes how a picture avatar could be modified during construction of UI.
Definition:
Picture.php:27
ILIAS\UI\Component\Symbol\Avatar
Definition:
Avatar.php:21
components
ILIAS
UI
src
Component
Symbol
Avatar
Factory.php
Generated on Sun Oct 19 2025 23:02:14 for ILIAS by
1.9.4 (using
Doxyfile
)