ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilSystemStyleDICMock Class Reference

Class ilLanguageMock. More...

+ Inheritance diagram for ilSystemStyleDICMock:
+ Collaboration diagram for ilSystemStyleDICMock:

Public Member Functions

 language ()
 
 logger ()
 
- Public Member Functions inherited from ILIAS\DI\Container
 database ()
 Get interface to the Database. More...
 
 rbac ()
 Get interface to get interfaces to all things rbac. More...
 
 ctrl ()
 Get the interface to the control structure. More...
 
 user ()
 Get the current user. More...
 
 access ()
 Get interface for access checks. More...
 
 repositoryTree ()
 Get interface to the repository tree. More...
 
 language ()
 Get interface to the i18n service. More...
 
 logger ()
 Get interface to get interfaces to different loggers. More...
 
 toolbar ()
 Get interface to the toolbar. More...
 
 tabs ()
 Get interface to the tabs. More...
 
 ui ()
 Get the interface to get services from UI framework. More...
 
 settings ()
 Get the interface to the settings. More...
 
 filesystem ()
 Get the Filesystem service interface. More...
 
 upload ()
 Gets the file upload interface. More...
 
 backgroundTasks ()
 
 globalScreen ()
 
 http ()
 
 event ()
 
 iliasIni ()
 
 clientIni ()
 
 systemStyle ()
 
 help ()
 
 question ()
 
 conditions ()
 Get conditions service. More...
 
 learningHistory ()
 
 news ()
 
 object ()
 
 exercise ()
 
 task ()
 
 refinery ()
 
 uiService ()
 
 bookingManager ()
 
 isDependencyAvailable ($name)
 Note: Only use isDependencyAvailable if strictly required. More...
 

Detailed Description

Class ilLanguageMock.

Definition at line 14 of file ilSystemStyleDICMock.php.

Member Function Documentation

◆ language()

ilSystemStyleDICMock::language ( )
Returns
ilLanguageMock

Definition at line 19 of file ilSystemStyleDICMock.php.

20  {
21  return new ilSystemStyleLanguageMock();
22  }
Class ilSystemStylesLanguageMock.

◆ logger()

ilSystemStyleDICMock::logger ( )
Returns
ilLanguageMock

Definition at line 27 of file ilSystemStyleDICMock.php.

28  {
29  return new ilSystemStyleLoggerMock();
30  }
Class ilSystemStyleLoggerMock.

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