ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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().
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().
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().
|
protected |
Read the event data stored in the artifact.
Definition at line 33 of file class.ilArtifactEventHandlingData.php.
Referenced by __construct().
|
protected |
Definition at line 22 of file class.ilArtifactEventHandlingData.php.