ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
{
11
public
$requested
=
array
();
12
16
public
function
__construct
()
17
{
18
}
19
24
public
function
txt
($a_topic)
25
{
26
$this->requested[] = $a_topic;
27
return
$a_topic;
28
}
29
}
ilSystemStyleLanguageMock
Class ilSystemStylesLanguageMock.
Definition:
ilSystemStyleLanguageMock.php:9
ilSystemStyleLanguageMock\txt
txt($a_topic)
Definition:
ilSystemStyleLanguageMock.php:24
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ilSystemStyleLanguageMock\$requested
$requested
Definition:
ilSystemStyleLanguageMock.php:11
ilSystemStyleLanguageMock\__construct
__construct()
ilLanguageMock constructor.
Definition:
ilSystemStyleLanguageMock.php:16
Services
Style
System
test
fixtures
mocks
ilSystemStyleLanguageMock.php
Generated on Sat Jan 18 2025 19:01:38 for ILIAS by
1.8.13 (using
Doxyfile
)