ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ilSystemStyleLanguageMock.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 2015 Richard Klees <richard.klees@concepts-and-training.de> Extended GPL, see docs/LICENSE */
4
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
5
9
class
ilSystemStyleLanguageMock
{
10
public
$requested
=
array
();
11
15
public
function
__construct
() {}
16
21
public
function
txt
($a_topic) {
22
$this->requested[] = $a_topic;
23
return
$a_topic;
24
}
25
}
ilSystemStyleLanguageMock
Class ilSystemStylesLanguageMock.
Definition:
ilSystemStyleLanguageMock.php:9
ilSystemStyleLanguageMock\txt
txt($a_topic)
Definition:
ilSystemStyleLanguageMock.php:21
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ilSystemStyleLanguageMock\$requested
$requested
Definition:
ilSystemStyleLanguageMock.php:10
php
ilSystemStyleLanguageMock\__construct
__construct()
ilLanguageMock constructor.
Definition:
ilSystemStyleLanguageMock.php:15
Services
Style
System
test
fixtures
mocks
ilSystemStyleLanguageMock.php
Generated on Fri Jan 17 2025 19:01:17 for ILIAS by
1.8.13 (using
Doxyfile
)