ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
InputData.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 2017 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
5
namespace
ILIAS\UI\Implementation\Component\Input
;
6
12
interface
InputData
13
{
14
23
public
function
get
(
$name
);
24
25
35
public
function
getOr
(
$name
, $default);
36
}
ILIAS\UI\Implementation\Component\Input\InputData\getOr
getOr($name, $default)
Get a named value from the data and fallback to default if that name does not exist.
ILIAS\UI\Implementation\Component\Input\InputData
Describes how Input-Elements want to interact with posted data.
Definition:
InputData.php:12
$name
if($format !==null) $name
Definition:
metadata.php:230
ILIAS\UI\Implementation\Component\Input
src
UI
Implementation
Component
Input
InputData.php
Generated on Sun Aug 31 2025 21:01:41 for ILIAS by
1.8.13 (using
Doxyfile
)