3 declare(strict_types=1);
22 $f = $DIC->ui()->factory();
25 $ico =
$f->symbol()->icon()
26 ->standard(
'someExample',
'Example')
27 ->withAbbreviation(
'E')
29 $button =
$f->button()->bulky($ico,
'Icon',
'#');
31 $glyph =
$f->symbol()->glyph()->briefcase();
32 $button2 =
$f->button()->bulky($glyph,
'Glyph',
'#');
34 $button3 =
$f->button()->bulky($glyph,
'',
'#');
35 $button4 =
$f->button()->bulky($ico,
'',
'#');
39 $f->divider()->horizontal(),
41 $f->divider()->horizontal(),
43 $f->divider()->horizontal(),