ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilBaseElement. More...
Public Member Functions | |
getBpmn2Array () | |
setBpmn2Array ($bpmn2_array) | |
handleDataAssociations ($element, $class_object, $element_varname) | |
getDataInputAssociationIdentifiers ($element) | |
getDataOutputAssociationIdentifiers ($element) | |
Protected Attributes | |
$bpmn2_array | |
ilBaseElement::getBpmn2Array | ( | ) |
Definition at line 20 of file class.ilBaseElement.php.
References $bpmn2_array.
ilBaseElement::getDataInputAssociationIdentifiers | ( | $element | ) |
array | $element |
Definition at line 78 of file class.ilBaseElement.php.
Referenced by ilCallActivityElement\getPHP().
ilBaseElement::getDataOutputAssociationIdentifiers | ( | $element | ) |
array | $element |
Definition at line 102 of file class.ilBaseElement.php.
Referenced by ilCallActivityElement\getPHP().
ilBaseElement::handleDataAssociations | ( | $element, | |
$class_object, | |||
$element_varname | |||
) |
array | $element | |
ilWorkflowScaffold | $class_object | |
string | $element_varname |
Definition at line 40 of file class.ilBaseElement.php.
Referenced by ilCallActivityElement\getPHP().
ilBaseElement::setBpmn2Array | ( | $bpmn2_array | ) |
mixed | $bpmn2_array |
Definition at line 28 of file class.ilBaseElement.php.
References $bpmn2_array.
|
protected |
Definition at line 15 of file class.ilBaseElement.php.
Referenced by getBpmn2Array(), and setBpmn2Array().