Mock for ilAppEventHandler.
More...
Mock for ilAppEventHandler.
Definition at line 82 of file mocks.php.
◆ __construct()
ilAppEventHandlerMock::__construct |
( |
| ) |
|
Definition at line 86 of file mocks.php.
88 $this->events = array();
◆ raise()
ilAppEventHandlerMock::raise |
( |
|
$a_component, |
|
|
|
$a_event, |
|
|
|
$a_parameters |
|
) |
| |
Definition at line 91 of file mocks.php.
93 $this->events[] = array(
"component" => $a_component
95 ,
"parameters" => $a_parameters
◆ $events
ilAppEventHandlerMock::$events |
The documentation for this class was generated from the following file: