ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
KeyValueItemMock Class Reference
+ Inheritance diagram for KeyValueItemMock:
+ Collaboration diagram for KeyValueItemMock:

Public Member Functions

 getKey ()
 
 getValue ()
 
- Public Member Functions inherited from InterruptiveItemMock
 __construct (string $canonical_name='')
 
 getId ()
 
 getCanonicalName ()
 

Additional Inherited Members

- Protected Attributes inherited from InterruptiveItemMock
string $canonical_name
 

Detailed Description

Definition at line 182 of file InterruptiveTest.php.

Member Function Documentation

◆ getKey()

KeyValueItemMock::getKey ( )

Definition at line 184 of file InterruptiveTest.php.

References ILIAS\Survey\Mode\getId().

184  {
185  $this->canonical_name = $canonical_name;
186  }
187 
+ Here is the call graph for this function:

◆ getValue()

KeyValueItemMock::getValue ( )

Definition at line 189 of file InterruptiveTest.php.

References ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), and ILIAS\UI\Implementation\Component\Input\getValue().

189  {
190  return '1';
191  }
192 
+ Here is the call graph for this function:

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