ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Sortation.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
22 
27 
32 {
36  public function withLabel(string $label): Sortation;
37 
41  public function getLabel(): string;
42 
48  public function withTargetURL(string $url, string $parameter_name): Sortation;
49 
53  public function getTargetURL(): ?string;
54 
58  public function getParameterName(): string;
59 
65  public function getOptions(): array;
66 
72  public function withOnSort(Signal $signal): Sortation;
73 
77  public function getSelectSignal(): Signal;
78 }
withTargetURL(string $url, string $parameter_name)
Get a Sortation with this target-url.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
getTargetURL()
Get the url this instance should trigger.
getSelectSignal()
Get the Signal for the selection of a option.
withLabel(string $label)
Set the initial, non-functional entry.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:21
withOnSort(Signal $signal)
Get a component like this, triggering a signal of another component.
This describes a Sortation Control.
Definition: Sortation.php:31
getOptions()
Get the sorting-options.
$url
getParameterName()
Get the identifier of this instance.