ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
ilAppEventHandlerMock Class Reference

Mock for ilAppEventHandler. More...

+ Collaboration diagram for ilAppEventHandlerMock:

Public Member Functions

 __construct ()
 
 raise ($a_component, $a_event, $a_parameters)
 

Data Fields

 $events
 

Detailed Description

Mock for ilAppEventHandler.

Definition at line 82 of file mocks.php.

Constructor & Destructor Documentation

◆ __construct()

ilAppEventHandlerMock::__construct ( )

Definition at line 86 of file mocks.php.

References array.

87  {
88  $this->events = array();
89  }
Create styles array
The data for the language used.

Member Function Documentation

◆ raise()

ilAppEventHandlerMock::raise (   $a_component,
  $a_event,
  $a_parameters 
)

Definition at line 91 of file mocks.php.

References array.

92  {
93  $this->events[] = array( "component" => $a_component
94  , "event" => $a_event
95  , "parameters" => $a_parameters
96  );
97  }
Create styles array
The data for the language used.

Field Documentation

◆ $events

ilAppEventHandlerMock::$events

Definition at line 84 of file mocks.php.


The documentation for this class was generated from the following file: