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.
87 {
88 $this->events = array();
89 }
◆ raise()
ilAppEventHandlerMock::raise |
( |
|
$a_component, |
|
|
|
$a_event, |
|
|
|
$a_parameters |
|
) |
| |
Definition at line 91 of file mocks.php.
92 {
93 $this->events[] = array( "component" => $a_component
94 , "event" => $a_event
95 , "parameters" => $a_parameters
96 );
97 }
◆ $events
ilAppEventHandlerMock::$events |
The documentation for this class was generated from the following file: