ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
InterruptiveItemMock Class Reference
+ Inheritance diagram for InterruptiveItemMock:
+ Collaboration diagram for InterruptiveItemMock:

Public Member Functions

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

Detailed Description

Definition at line 96 of file InterruptiveTest.php.

Member Function Documentation

◆ getDescription()

InterruptiveItemMock::getDescription ( )

Definition at line 108 of file InterruptiveTest.php.

109 {
110 return 'description';
111 }

◆ getIcon()

InterruptiveItemMock::getIcon ( )

Definition at line 113 of file InterruptiveTest.php.

114 {
115 return null;
116 }

◆ getId()

InterruptiveItemMock::getId ( )

Definition at line 98 of file InterruptiveTest.php.

99 {
100 return 1;
101 }

◆ getTitle()

InterruptiveItemMock::getTitle ( )

Definition at line 103 of file InterruptiveTest.php.

104 {
105 return 'title';
106 }

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