| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilArtifactEventHandlingData:Public Member Functions | |
| __construct () | |
| hasEvent (string $component, string $type, string $type_specification) | |
| Check if an event exists.  More... | |
| getEvent (string $component, string $type, string $type_specification) | |
| Get the event with the given component, type and type specification.  More... | |
| getEventsByType (string $type) | |
| Get all events of the given type.  More... | |
Protected Member Functions | |
| readEventHandlingData () | |
| Read the event data stored in the artifact.  More... | |
Protected Attributes | |
| array | $event_handling_data | 
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
Definition at line 19 of file class.ilArtifactEventHandlingData.php.
| ilArtifactEventHandlingData::__construct | ( | ) | 
Definition at line 24 of file class.ilArtifactEventHandlingData.php.
References readEventHandlingData().
 Here is the call graph for this function:| ilArtifactEventHandlingData::getEvent | ( | string | $component, | 
| string | $type, | ||
| string | $type_specification | ||
| ) | 
Get the event with the given component, type and type specification.
Definition at line 58 of file class.ilArtifactEventHandlingData.php.
References hasEvent().
 Here is the call graph for this function:| ilArtifactEventHandlingData::getEventsByType | ( | string | $type | ) | 
Get all events of the given type.
Definition at line 78 of file class.ilArtifactEventHandlingData.php.
| ilArtifactEventHandlingData::hasEvent | ( | string | $component, | 
| string | $type, | ||
| string | $type_specification | ||
| ) | 
Check if an event exists.
Definition at line 41 of file class.ilArtifactEventHandlingData.php.
Referenced by getEvent().
 Here is the caller graph for this function:
      
  | 
  protected | 
Read the event data stored in the artifact.
Definition at line 33 of file class.ilArtifactEventHandlingData.php.
Referenced by __construct().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 22 of file class.ilArtifactEventHandlingData.php.