ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\UI\Component\Input\InputData Interface Reference

Describes how Input-Elements want to interact with posted data. More...

+ Inheritance diagram for ILIAS\UI\Component\Input\InputData:
+ Collaboration diagram for ILIAS\UI\Component\Input\InputData:

Public Member Functions

 get (string $name)
 Get a named value from the data. More...
 
 getOr (string $name, $default)
 Get a named value from the data and fallback to default if that name does not exist. More...
 
 has (string $name)
 Check for existence of parameter name in data. More...
 

Detailed Description

Describes how Input-Elements want to interact with posted data.

This basically is a glorified array.

Definition at line 29 of file InputData.php.

Member Function Documentation

◆ get()

ILIAS\UI\Component\Input\InputData::get ( string  $name)

◆ getOr()

◆ has()

ILIAS\UI\Component\Input\InputData::has ( string  $name)

Check for existence of parameter name in data.


The documentation for this interface was generated from the following file: