ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
ilSystemStylesLanguageMock.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
ilSystemStylesLanguageMock
{
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ilSystemStylesLanguageMock
Class ilSystemStylesLanguageMock.
Definition:
ilSystemStylesLanguageMock.php:9
ilSystemStylesLanguageMock\$requested
$requested
Definition:
ilSystemStylesLanguageMock.php:10
ilSystemStylesLanguageMock\__construct
__construct()
ilSystemStylesLanguageMock constructor.
Definition:
ilSystemStylesLanguageMock.php:15
ilSystemStylesLanguageMock\txt
txt($a_topic)
Definition:
ilSystemStylesLanguageMock.php:21
Services
Style
System
test
fixtures
mocks
ilSystemStylesLanguageMock.php
Generated on Fri Oct 3 2025 19:01:03 for ILIAS by
1.9.4 (using
Doxyfile
)