ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilChatroomServerConnectorMock.php
Go to the documentation of this file.
1 <?php
2 
8 {
9  protected $error;
10 
11  public function __construct()
12  {
14  parent::__construct($settings);
15  }
16 
20  public function setError($error)
21  {
22  $this->error = $error;
23  }
24 
25 }
Class ilChatroomServerConnector.
Class ilChatroomServerSettings.
Class ilChatroomServerConnectorMock.