ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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}
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.