*/ declare(strict_types=1); namespace oat\tao\helpers\form\elements\xhtml; class SearchTextBox extends AbstractXhtmlSearchElement { public const WIDGET_ID = 'http://www.tao.lu/datatypes/WidgetDefinitions.rdf#SearchTextBox'; protected function isMultiValue(): bool { return true; } }