ILIAS  release_7 Revision v7.30-3-g800a261c036
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
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilSystemStylesLanguageMock.
__construct()
ilSystemStylesLanguageMock constructor.