ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilTestableTermsOfServiceAppEventListener Class Reference

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.
Parameters
string$a_componentcomponent, e.g. "Modules/Forum" or "Services/User"
string$a_eventevent e.g. "createUser", "updateUser", "deleteUser", ...
array$a_parameterparameter array (assoc), array("name" => ..., "phone_office" => ...)
More...
 
- Protected Member Functions inherited from ilTermsOfServiceAppEventListener
 isUserDeletionEvent ()
 
- Protected Attributes inherited from ilTermsOfServiceAppEventListener
 $helper
 
 $component = ''
 
 $event = ''
 
 $parameters = []
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilTestableTermsOfServiceAppEventListener::__construct ( ilTermsOfServiceHelper  $helper)

ilTestableTermsOfServiceAppEventListener constructor.

Parameters
ilTermsOfServiceHelper$helper

Definition at line 79 of file ilTermsOfServiceAppEventListenerTest.php.

References ILIAS\GlobalScreen\Provider\__construct().

80  {
81  parent::__construct(self::$mockHelper);
82  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Field Documentation

◆ $mockHelper

ilTestableTermsOfServiceAppEventListener::$mockHelper
static

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