3 declare(strict_types=1);
18 $f = $DIC->ui()->factory();
19 $r = $DIC->ui()->renderer();
21 $pagination =
$f->input()->viewControl()->pagination()
23 ->withValue([Pagination::FNAME_OFFSET => 0, Pagination::FNAME_LIMIT => 10])
27 $vc_container =
$f->input()->container()->viewControl()->standard([$pagination])
28 ->withRequest($DIC->http()->request());
31 $f->legacy(
'<pre>' . print_r($vc_container->getData(),
true) .
'</pre>'),
32 $f->divider()->horizontal(),