ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ilSystemStyleDICMock.php
Go to the documentation of this file.
1
<?
php
2
require_once(
"libs/composer/vendor/autoload.php"
);
3
4
require_once(
"ilSystemStyleLanguageMock.php"
);
5
6
7
8
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
9
13
class
ilSystemStyleDICMock
extends
ILIAS\DI\Container
{
17
public
function
language
() {
18
return
new
ilSystemStyleLanguageMock
();
19
}
20
}
ilSystemStyleDICMock
Class ilLanguageMock.
Definition:
ilSystemStyleDICMock.php:13
ILIAS\DI\Container
Customizing of pimple-DIC for ILIAS.
Definition:
Container.php:12
ilSystemStyleLanguageMock
Class ilSystemStylesLanguageMock.
Definition:
ilSystemStyleLanguageMock.php:9
php
ilSystemStyleDICMock\language
language()
Definition:
ilSystemStyleDICMock.php:17
Services
Style
System
test
fixtures
mocks
ilSystemStyleDICMock.php
Generated on Fri Jan 17 2025 19:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)