ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilPortfolioAppEventListener Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilPortfolioAppEventListener:

Static Public Member Functions

static handleEvent (string $component, string $event, array $parameter)
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilLearningSequenceAppEventListener

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 23 of file class.ilPortfolioAppEventListener.php.

Member Function Documentation

◆ handleEvent()

static ilPortfolioAppEventListener::handleEvent ( string  $component,
string  $event,
array  $parameter 
)
static

Definition at line 25 of file class.ilPortfolioAppEventListener.php.

29  : void {
30  switch ($component) {
31  case "components/ILIAS/User":
32  switch ($event) {
33  case "firstLogin":
34  self::firstLogin($parameter);
35  break;
36  }
37  break;
38  }
39  }

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