19declare(strict_types=1);
23use ILIAS\UI\Component\Input\ViewControl\ViewControl;
25use Psr\Http\Message\ServerRequestInterface;
45 public function withRequest(ServerRequestInterface $request): static;
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Both the subject and the direction need to be specified when expressing an order.
A simple class to express a naive range of whole positive numbers.
This describes a Data Table.
withActions(array $actions)
withId(string $id)
The DataTable comes with a storage to keep e.g.
withRequest(ServerRequestInterface $request)
Rendering the Table must be done using the current Request: it (the request) will be forwarded to the...
withAdditionalParameters(mixed $additional_parameters)
withSelectedOptionalColumns(array $selected_optional_column_ids)
Not all columns are neccessarily visible; "selected optional" is the positive list of shown columns (...
withAdditionalViewControl(ViewControlInput $view_control)
Consumers may add additional view controls; their data will be relayed to DataRetrieval::getRows and ...
withFilter(mixed $filter)