Go to the source code of this file.
◆ small()
Definition at line 3 of file small.php.
References $DIC, and Vendor\Package\$f.
7 $f = $DIC->ui()->factory();
8 $renderer = $DIC->ui()->renderer();
11 'default_option' =>
'Default Ordering',
12 'latest' =>
'Most Recent Ordering',
13 'oldest' =>
'Oldest Ordering' 17 $s =
$f->viewControl()->sortation($options)
18 ->withTargetURL($DIC->http()->request()->getRequestTarget(),
'sortation');
21 return $renderer->render($s);