ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
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  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 }
Class ilSystemStylesLanguageMock.
Create styles array
The data for the language used.
__construct()
ilLanguageMock constructor.