ILIAS  release_7 Revision v7.30-3-g800a261c036
InterruptiveItemMock Class Reference
+ Inheritance diagram for InterruptiveItemMock:
+ Collaboration diagram for InterruptiveItemMock:

Public Member Functions

 getId ()
 
 getTitle ()
 
 getDescription ()
 
 getIcon ()
 

Detailed Description

Definition at line 116 of file InterruptiveTest.php.

Member Function Documentation

◆ getDescription()

InterruptiveItemMock::getDescription ( )

Definition at line 128 of file InterruptiveTest.php.

129 {
130 return 'description';
131 }

◆ getIcon()

InterruptiveItemMock::getIcon ( )

Definition at line 133 of file InterruptiveTest.php.

134 {
135 return null;
136 }

◆ getId()

InterruptiveItemMock::getId ( )

Definition at line 118 of file InterruptiveTest.php.

119 {
120 return 1;
121 }

◆ getTitle()

InterruptiveItemMock::getTitle ( )

Definition at line 123 of file InterruptiveTest.php.

124 {
125 return 'title';
126 }

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