| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
Class ilTestableTermsOfServiceAppEventListener. More...
 Inheritance diagram for ilTestableTermsOfServiceAppEventListener:
 Collaboration diagram for ilTestableTermsOfServiceAppEventListener:Static Public Member Functions | |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) | 
| Handle an event in a listener.  More... | |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) | 
| Handle an event in a listener.  More... | |
| static | handleEvent (string $a_component, string $a_event, array $a_parameter) | 
| Handle an event in a listener.  More... | |
Static Public Attributes | |
| static ilTermsOfServiceHelper | $mockHelper | 
Additional Inherited Members | |
  Public Member Functions inherited from ilTermsOfServiceAppEventListener | |
| __construct (ilTermsOfServiceHelper $helper) | |
| withComponent (string $component) | |
| withEvent (string $event) | |
| withParameters (array $parameters) | |
| handle () | |
  Protected Member Functions inherited from ilTermsOfServiceAppEventListener | |
| isUserDeletionEvent () | |
  Protected Attributes inherited from ilTermsOfServiceAppEventListener | |
| ilTermsOfServiceHelper | $helper | 
| string | $component = '' | 
| string | $event = '' | 
| array | $parameters = [] | 
Class ilTestableTermsOfServiceAppEventListener.
Definition at line 90 of file ilTermsOfServiceAppEventListenerTest.php.
      
  | 
  static | 
Handle an event in a listener.
| string | $a_component | component, e.g. "Modules/Forum" or "Services/User" | 
| string | $a_event | event e.g. "createUser", "updateUser", "deleteUser", ... | 
| array | $a_parameter | parameter array (assoc), array("name" => ..., "phone_office" => ...) | 
Reimplemented from ilTermsOfServiceAppEventListener.
Definition at line 94 of file ilTermsOfServiceAppEventListenerTest.php.
References $mockHelper.
Referenced by ilTermsOfServiceAppEventListenerTest\testStaticEventListeningWorksAsExpected().
 Here is the caller graph for this function:
      
  | 
  static | 
Definition at line 92 of file ilTermsOfServiceAppEventListenerTest.php.
Referenced by handleEvent(), and ilTermsOfServiceAppEventListenerTest\testStaticEventListeningWorksAsExpected().