ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
26 
30 interface Factory
31 {
56  public function mode(array $labelled_actions, string $aria_label): Mode;
57 
77  public function section(Button $previous_action, Component $button, Button $next_action): Section;
78 
105  public function sortation(array $options): Sortation;
106 
146  public function pagination(): Pagination;
147 }
mode(array $labelled_actions, string $aria_label)
description: purpose: > Mode View Controls enable the switching between different aspects of some da...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Bulky.php:21
This describes a Pagination Control.
Definition: Pagination.php:32
section(Button $previous_action, Component $button, Button $next_action)
description: purpose: > Section View Controls enable the switching between different sections of som...
sortation(array $options)
description: purpose: > The sortation view control enables users to change the order in which some d...
This describes a Sortation Control.
Definition: Sortation.php:31
This describes a Section Control.
Definition: Section.php:29
This describes a Mode Control.
Definition: Mode.php:28
pagination()
description: purpose: > Pagination allows structured data being displayed in chunks by limiting the ...