ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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 ()
 
 conditions ()
 Get conditions service. More...
 
 learningHistory ()
 
 news ()
 
 object ()
 
 isDependencyAvailable ($name)
 Note: Only use isDependencyAvailable if strictly required. More...
 
- Public Member Functions inherited from Pimple\Container
 __construct (array $values=array())
 Instantiate the container. More...
 
 offsetSet ($id, $value)
 Sets a parameter or an object. More...
 
 offsetGet ($id)
 Gets a parameter or an object. More...
 
 offsetExists ($id)
 Checks if a parameter or an object is set. More...
 
 offsetUnset ($id)
 Unsets a parameter or an object. More...
 
 factory ($callable)
 Marks a callable as being a factory service. More...
 
 protect ($callable)
 Protects a callable from being interpreted as a service. More...
 
 raw ($id)
 Gets a parameter or the closure defining an object. More...
 
 extend ($id, $callable)
 Extends an object definition. More...
 
 keys ()
 Returns all defined value names. More...
 
 register (ServiceProviderInterface $provider, array $values=array())
 Registers a service provider. 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: