| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilTrackingAppEventListener:
 Collaboration diagram for ilTrackingAppEventListener: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... | |
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 Update lp data from Services/Object events
Definition at line 28 of file class.ilTrackingAppEventListener.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" => ...) | 
Implements ilAppEventListener.
Definition at line 36 of file class.ilTrackingAppEventListener.php.
References ilObject\_getAllReferences(), ilLPStatusWrapper\_updateStatus(), ilObjectLP\getInstance(), and ilObjectLP\handleMove().
 Here is the call graph for this function: