ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
ilWorkflowEngineElement.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
18
interface
ilWorkflowEngineElement
19
{
27
public
function
getContext
();
28
34
public
function
setName
(
$name
);
35
39
public
function
getName
();
40
}
php
An exception for terminatinating execution or to throw for unit testing.
$name
$name
Definition:
client_example.php:35
ilWorkflowEngineElement
ilWorkflowEngineElement Interface is part of the petri net based workflow engine.
Definition:
ilWorkflowEngineElement.php:19
ilWorkflowEngineElement\getContext
getContext()
This method returns the context of the element.
ilWorkflowEngineElement\getName
getName()
ilWorkflowEngineElement\setName
setName($name)
Services
WorkflowEngine
interfaces
ilWorkflowEngineElement.php
Generated on Thu Oct 2 2025 19:02:03 for ILIAS by
1.9.4 (using
Doxyfile
)