ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 
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 }
Class ilSystemStylesLanguageMock.
Create styles array
The data for the language used.
__construct()
ilLanguageMock constructor.