19 declare(strict_types=1);
36 $f = $DIC->ui()->factory();
37 $r = $DIC->ui()->renderer();
45 ->withValue([Pagination::FNAME_OFFSET => 31, Pagination::FNAME_LIMIT => 10]);
47 $sortation =
$f->input()->viewControl()->sortation([
53 $group =
$f->input()->viewControl()->group([$pagination, $sortation]);
56 $vc_container =
$f->input()->container()->viewControl()->standard([$group])->withRequest(
57 $DIC->http()->request()
61 $f->legacy()->content(
'<pre>' . print_r($vc_container->getData(),
true) .
'</pre>'),
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...