ILIAS  release_8 Revision v8.24
InterruptiveItemMock Class Reference
+ Inheritance diagram for InterruptiveItemMock:
+ Collaboration diagram for InterruptiveItemMock:

Public Member Functions

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

Detailed Description

Definition at line 134 of file InterruptiveTest.php.

Member Function Documentation

◆ getDescription()

InterruptiveItemMock::getDescription ( )

Definition at line 146 of file InterruptiveTest.php.

146 : string
147 {
148 return 'description';
149 }

◆ getIcon()

InterruptiveItemMock::getIcon ( )

Definition at line 151 of file InterruptiveTest.php.

152 {
153 return new I\Component\Image\Image(C\Image\Image::STANDARD, '', '');
154 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ getId()

InterruptiveItemMock::getId ( )

Definition at line 136 of file InterruptiveTest.php.

136 : string
137 {
138 return '1';
139 }

◆ getTitle()

InterruptiveItemMock::getTitle ( )

Definition at line 141 of file InterruptiveTest.php.

141 : string
142 {
143 return 'title';
144 }

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