19declare(strict_types=1);
44 return $this->ui_factory->viewControl()
47 ->withCurrentPage($this->request->getPage())
48 ->withTotalEntries($this->data_provider->getTotal())
50 $this->
ctrl->getLinkTargetByClass(
51 \ilContainerResourceGUI::class,
60 return $this->ui_factory->viewControl()->sortation([
68 $this->
ctrl->getLinkTargetByClass(
69 \ilContainerResourceGUI::class,
Builds a Color from either hex- or rgb values.
const BY_CREATION_DATE_DESC
const BY_CREATION_DATE_ASC
__construct(private Request $request, private TableDataProvider $data_provider, private \ilCtrlInterface $ctrl, private Factory $ui_factory, private \ilLanguage $language,)
This describes a Sortation Control.
withTargetURL(string $url, string $parameter_name)
Get a Sortation with this target-url.
This is how the factory for UI elements looks.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...