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}
An exception for terminatinating execution or to throw for unit testing.
error($a_errmsg)
set error message @access public
Class ilChatroomServerConnectorMock.
Class ilChatroomServerConnector.
Class ilChatroomServerSettings.