Go to the source code of this file.
◆ base()
Definition at line 3 of file base.php.
References $DIC, and Vendor\Package\$f.
35 $f = $DIC->ui()->factory();
36 $r = $DIC->ui()->renderer();
39 foreach ($examples as $abbreviation) {
40 $letter =
$f->symbol()->avatar()->letter($abbreviation);
44 return $r->render($avatars);