ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
class.ilChatroomServerConnectorMock.php
Go to the documentation of this file.
1<?php
2
8{
9 protected $error;
10
11 public function __construct()
12 {
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.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc