ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 219 of file InterruptiveTest.php.

Member Function Documentation

◆ getKey()

KeyValueItemMock::getKey ( )

Definition at line 221 of file InterruptiveTest.php.

221 : string
222 {
223 return 'key';
224 }

◆ getValue()

KeyValueItemMock::getValue ( )

Definition at line 226 of file InterruptiveTest.php.

226 : string
227 {
228 return 'value';
229 }

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