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.
References array.
88 $this->events =
array();
Create styles array
The data for the language used.
◆ raise()
ilAppEventHandlerMock::raise |
( |
|
$a_component, |
|
|
|
$a_event, |
|
|
|
$a_parameters |
|
) |
| |
Definition at line 91 of file mocks.php.
References array.
93 $this->events[] =
array(
"component" => $a_component
95 ,
"parameters" => $a_parameters
Create styles array
The data for the language used.
◆ $events
ilAppEventHandlerMock::$events |
The documentation for this class was generated from the following file: