ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
InterruptiveItemMock Class Reference
+ Inheritance diagram for InterruptiveItemMock:
+ Collaboration diagram for InterruptiveItemMock:

Public Member Functions

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

Detailed Description

Definition at line 97 of file InterruptiveTest.php.

Member Function Documentation

◆ getDescription()

InterruptiveItemMock::getDescription ( )

Definition at line 109 of file InterruptiveTest.php.

110 {
111 return 'description';
112 }

◆ getIcon()

InterruptiveItemMock::getIcon ( )

Definition at line 114 of file InterruptiveTest.php.

115 {
116 return null;
117 }

◆ getId()

InterruptiveItemMock::getId ( )

Definition at line 99 of file InterruptiveTest.php.

100 {
101 return 1;
102 }

◆ getTitle()

InterruptiveItemMock::getTitle ( )

Definition at line 104 of file InterruptiveTest.php.

105 {
106 return 'title';
107 }

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