ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
StandardItemMock Class Reference
+ Inheritance diagram for StandardItemMock:
+ Collaboration diagram for StandardItemMock:

Public Member Functions

 getTitle ()
 
 getDescription ()
 
 getIcon ()
 
- 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 201 of file InterruptiveTest.php.

Member Function Documentation

◆ getDescription()

StandardItemMock::getDescription ( )

Definition at line 208 of file InterruptiveTest.php.

208 : string
209 {
210 return 'description';
211 }

◆ getIcon()

StandardItemMock::getIcon ( )

Definition at line 213 of file InterruptiveTest.php.

214 {
215 return new I\Component\Image\Image(C\Image\Image::STANDARD, '', '');
216 }

◆ getTitle()

StandardItemMock::getTitle ( )

Definition at line 203 of file InterruptiveTest.php.

203 : string
204 {
205 return 'title';
206 }

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