Go to the source code of this file.
◆ std_course_icon()
Definition at line 2 of file std_course_icon.php.
References $DIC, and array.
5 $f = $DIC->ui()->factory();
6 $renderer = $DIC->ui()->renderer();
10 $ico = $f->icon()->standard(
'crs',
'Course',
'small');
12 $buffer[] = $renderer->render($ico)
15 $buffer[] = $renderer->render($ico->withSize(
'medium'))
18 $buffer[] = $renderer->render($ico->withSize(
'large'))
22 return implode(
'<br><br>', $buffer);
Create styles array
The data for the language used.