3 declare(strict_types=1);
20 $f = $DIC->ui()->factory();
23 $glyph =
$f->symbol()->glyph()->search();
24 $button =
$f->button()->shy(
'search',
"#")
26 $button2 = $button->withLabel(
'');
30 $button->withEngagedState(
true),
31 $button->withUnavailableAction(
true),
32 $f->divider()->vertical(),
34 $button2->withEngagedState(
true),
35 $button2->withUnavailableAction(
true),