ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 }
Class ilChatroomServerConnector.
Class ilChatroomServerSettings.
Class ilChatroomServerConnectorMock.