19 declare(strict_types=1);
37 public function mode(array $labelled_actions,
string $aria_label):
Mode 39 return new Mode($labelled_actions, $aria_label);
44 return new Section($previous_action, $button, $next_action);
50 return new Sortation($options, $selected, $this->signal_generator);
55 return new Pagination($this->signal_generator);
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
sortation(array $options, string $selected)
__construct(SignalGeneratorInterface $signal_generator)
SignalGeneratorInterface $signal_generator
section(Button $previous_action, Component $button, Button $next_action)
mode(array $labelled_actions, string $aria_label)