|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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... | |
Data Fields | |
| const | EVENT_HANDLING_DATA_PATH = "./Services/EventHandling/artifacts/event_handling_data.php" |
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 25 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 59 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 79 of file class.ilArtifactEventHandlingData.php.
| ilArtifactEventHandlingData::hasEvent | ( | string | $component, |
| string | $type, | ||
| string | $type_specification | ||
| ) |
Check if an event exists.
Definition at line 42 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 34 of file class.ilArtifactEventHandlingData.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilArtifactEventHandlingData.php.
| const ilArtifactEventHandlingData::EVENT_HANDLING_DATA_PATH = "./Services/EventHandling/artifacts/event_handling_data.php" |
Definition at line 21 of file class.ilArtifactEventHandlingData.php.