ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ 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
{
31
$name = $ext_name;
32
}
33
$code
=
""
;
34
$code
.=
'
35
$this->defineInstanceVar("'
.$element_id.
'","'
.$name.
'" );
36
$this->registerOutputVar("'
.$element_id.
'");
37
'
;
38
39
return
$code
;
40
}
41
}
php
An exception for terminatinating execution or to throw for unit testing.
ilBPMN2ParserUtils\extractDataNamingFromElement
static extractDataNamingFromElement($element)
Definition:
class.ilBPMN2ParserUtils.php:297
ilBPMN2ParserUtils\xsIDToPHPVarname
static xsIDToPHPVarname($xsID)
Definition:
class.ilBPMN2ParserUtils.php:85
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
$code
$code
Definition:
example_050.php:99
Services
WorkflowEngine
classes
parser
elements
output
class.ilDataOutputElement.php
Generated on Fri Oct 3 2025 19:01:05 for ILIAS by
1.9.4 (using
Doxyfile
)