ILIAS  release_8 Revision v8.24
Text.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
28interface Text extends FilterInput
29{
33 public function withMaxLength(int $max_length): Text;
34
38 public function getMaxLength(): ?int;
39}
This interface must be implemented by all Inputs that support Filter Containers.
Definition: FilterInput.php:37
This describes text inputs.
Definition: Text.php:29
withMaxLength(int $max_length)
Defines the Max Length of text that can be entered in the text input.
getMaxLength()
Gets the max length of the text input.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Checkbox.php:21