ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
class.ilDataOutputElement.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
12
class
ilDataOutputElement
extends
ilBaseElement
13
{
15
public
$element_varname
;
16
23
public
function
getPHP
($element,
ilWorkflowScaffold
$class_object)
24
{
25
$name
= $element[
'name'
];
26
$element_id =
ilBPMN2ParserUtils::xsIDToPHPVarname
($element[
'attributes'
][
'id'
]);
27
$ext_name =
ilBPMN2ParserUtils::extractDataNamingFromElement
($element);
28
29
if
($ext_name !=
null
) {
30
$name
= $ext_name;
31
}
32
$code
=
""
;
33
$code
.=
'
34
$this->defineInstanceVar("'
. $element_id .
'","'
.
$name
.
'" );
35
$this->registerOutputVar("'
. $element_id .
'");
36
'
;
37
38
return
$code
;
39
}
40
}
php
An exception for terminatinating execution or to throw for unit testing.
ilBPMN2ParserUtils\extractDataNamingFromElement
static extractDataNamingFromElement($element)
Definition:
class.ilBPMN2ParserUtils.php:271
ilBPMN2ParserUtils\xsIDToPHPVarname
static xsIDToPHPVarname($xsID)
Definition:
class.ilBPMN2ParserUtils.php:83
ilBaseElement
Class ilBaseElement.
Definition:
class.ilBaseElement.php:13
ilDataOutputElement
Class ilDataOutputElement.
Definition:
class.ilDataOutputElement.php:13
ilDataOutputElement\getPHP
getPHP($element, ilWorkflowScaffold $class_object)
Definition:
class.ilDataOutputElement.php:23
ilDataOutputElement\$element_varname
$element_varname
Definition:
class.ilDataOutputElement.php:15
ilWorkflowScaffold
Class ilWorkflowScaffold.
Definition:
class.ilWorkflowScaffold.php:13
$name
$name
Definition:
client_example.php:35
$code
$code
Definition:
example_050.php:99
Services
WorkflowEngine
classes
parser
elements
output
class.ilDataOutputElement.php
Generated on Thu Oct 2 2025 19:02:03 for ILIAS by
1.9.4 (using
Doxyfile
)