|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilTestableTermsOfServiceAppEventListener. More...
Inheritance diagram for ilTestableTermsOfServiceAppEventListener:
Collaboration diagram for ilTestableTermsOfServiceAppEventListener:Public Member Functions | |
| __construct (\ilTermsOfServiceHelper $helper) | |
| ilTestableTermsOfServiceAppEventListener constructor. More... | |
Public Member Functions inherited from ilTermsOfServiceAppEventListener | |
| __construct (\ilTermsOfServiceHelper $helper) | |
| ilTermsOfServiceAppEventListener constructor. More... | |
| withComponent (string $component) | |
| withEvent (string $event) | |
| withParameters (array $parameters) | |
| handle () | |
Static Public Attributes | |
| static | $mockHelper |
Additional Inherited Members | ||||||||||
Static Public Member Functions inherited from ilTermsOfServiceAppEventListener | ||||||||||
| static | handleEvent ($a_component, $a_event, $a_parameter) | |||||||||
Handle an event in a listener.
| ||||||||||
| static | handleEvent ($a_component, $a_event, $a_parameter) | |||||||||
| Handle an event in a listener. More... | ||||||||||
Protected Member Functions inherited from ilTermsOfServiceAppEventListener | ||||||||||
| isUserDeletionEvent () | ||||||||||
Protected Attributes inherited from ilTermsOfServiceAppEventListener | ||||||||||
| $helper | ||||||||||
| $component = '' | ||||||||||
| $event = '' | ||||||||||
| $parameters = [] | ||||||||||
Class ilTestableTermsOfServiceAppEventListener.
Definition at line 70 of file ilTermsOfServiceAppEventListenerTest.php.
| ilTestableTermsOfServiceAppEventListener::__construct | ( | \ilTermsOfServiceHelper | $helper | ) |
ilTestableTermsOfServiceAppEventListener constructor.
| ilTermsOfServiceHelper | $helper |
Reimplemented from ilTermsOfServiceAppEventListener.
Definition at line 79 of file ilTermsOfServiceAppEventListenerTest.php.
|
static |
Definition at line 73 of file ilTermsOfServiceAppEventListenerTest.php.
Referenced by ilTermsOfServiceAppEventListenerTest\testStaticEventListeningWorksAsExpected().