ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilAssociationElement.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
13{
16
23 public function getPHP($element, ilWorkflowScaffold $class_object)
24 {
25 $code = "";
26 $element_id = ilBPMN2ParserUtils::xsIDToPHPVarname($element['attributes']['id']);
27 $this->element_varname = '$_v_' . $element_id;
28
29 $event_definition = null;
30 // TODO: Implement.
31 $class_object->registerRequire('./Services/WorkflowEngine/classes/nodes/class.ilBasicNode.php');
32 $code .= '
33 // association_missing
34 ';
35 return $code;
36 }
37}
An exception for terminatinating execution or to throw for unit testing.
Class ilAssociationElement.
getPHP($element, ilWorkflowScaffold $class_object)
Class ilBaseElement.
Class ilWorkflowScaffold.
$code
Definition: example_050.php:99