|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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 Member Functions | ||||||||||
| 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.
| ||||||||||
| static | handleEvent ($a_component, $a_event, $a_parameter) | |||||||||
| Handle an event in a listener. More... | ||||||||||
Static Public Attributes | |
| static | $mockHelper |
Additional Inherited Members | |
Protected Member Functions inherited from ilTermsOfServiceAppEventListener | |
| isUserDeletionEvent () | |
Protected Attributes inherited from ilTermsOfServiceAppEventListener | |
| $helper | |
| $component = '' | |
| $event = '' | |
| $parameters = [] | |
Class ilTestableTermsOfServiceAppEventListener.
Definition at line 80 of file ilTermsOfServiceAppEventListenerTest.php.
| ilTestableTermsOfServiceAppEventListener::__construct | ( | ilTermsOfServiceHelper | $helper | ) |
ilTestableTermsOfServiceAppEventListener constructor.
| ilTermsOfServiceHelper | $helper |
Reimplemented from ilTermsOfServiceAppEventListener.
Definition at line 89 of file ilTermsOfServiceAppEventListenerTest.php.
References ilTermsOfServiceAppEventListener\$helper, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:
|
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 97 of file ilTermsOfServiceAppEventListenerTest.php.
References $mockHelper.
Referenced by ilTermsOfServiceAppEventListenerTest\testStaticEventListeningWorksAsExpected().
Here is the caller graph for this function:
|
static |
Definition at line 83 of file ilTermsOfServiceAppEventListenerTest.php.
Referenced by handleEvent(), and ilTermsOfServiceAppEventListenerTest\testStaticEventListeningWorksAsExpected().