ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
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 184 of file InterruptiveTest.php.

Member Function Documentation

◆ getKey()

KeyValueItemMock::getKey ( )

Definition at line 186 of file InterruptiveTest.php.

References ILIAS\Survey\Mode\getId().

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

◆ getValue()

KeyValueItemMock::getValue ( )

Definition at line 191 of file InterruptiveTest.php.

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

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

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