ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilWorkflowDefinitionRepository. More...
Public Member Functions | |
__construct (\ilDBInterface $db, \ILIAS\Filesystem\Filesystems $fs, $path) | |
ilWorkflowDefinitionRepository constructor. More... | |
getAll () | |
has ($id) | |
getById ($id) | |
Data Fields | |
const | FILE_EXTENSTION_BPMN2 = 'bpmn2' |
const | FILE_EXTENSTION_PHP = 'php' |
const | FILE_PREFIX = 'wsd.il' |
Protected Member Functions | |
lazyLoadWorkflowDefinitions () | |
Protected Attributes | |
$db | |
$fs | |
$path | |
$definitionsLoaded = false | |
$definitions = [] | |
Class ilWorkflowDefinitionRepository.
Definition at line 7 of file class.ilWorkflowDefinitionRepository.php.
ilWorkflowDefinitionRepository::__construct | ( | \ilDBInterface | $db, |
\ILIAS\Filesystem\Filesystems | $fs, | ||
$path | |||
) |
ilWorkflowDefinitionRepository constructor.
ilDBInterface | $db | |
\ILIAS\Filesystem\Filesystems | $fs | |
string | $path |
Definition at line 45 of file class.ilWorkflowDefinitionRepository.php.
References $db, $fs, and $path.
ilWorkflowDefinitionRepository::getAll | ( | ) |
Definition at line 119 of file class.ilWorkflowDefinitionRepository.php.
References $definitions, and lazyLoadWorkflowDefinitions().
ilWorkflowDefinitionRepository::getById | ( | $id | ) |
string | $id |
Definition at line 140 of file class.ilWorkflowDefinitionRepository.php.
References $id, has(), and lazyLoadWorkflowDefinitions().
Referenced by ilWorkflowEngineDefinitionsGUI\confirmDeleteDefinition().
ilWorkflowDefinitionRepository::has | ( | $id | ) |
string | $id |
Definition at line 129 of file class.ilWorkflowDefinitionRepository.php.
References $id, and lazyLoadWorkflowDefinitions().
Referenced by getById().
|
protected |
Definition at line 55 of file class.ilWorkflowDefinitionRepository.php.
References $contents, $definitions, $file, $query, $result, $row, $stats, and array.
Referenced by getAll(), getById(), and has().
|
protected |
Definition at line 17 of file class.ilWorkflowDefinitionRepository.php.
Referenced by __construct().
|
protected |
Definition at line 37 of file class.ilWorkflowDefinitionRepository.php.
Referenced by getAll(), and lazyLoadWorkflowDefinitions().
|
protected |
Definition at line 32 of file class.ilWorkflowDefinitionRepository.php.
|
protected |
Definition at line 22 of file class.ilWorkflowDefinitionRepository.php.
Referenced by __construct().
|
protected |
Definition at line 27 of file class.ilWorkflowDefinitionRepository.php.
Referenced by __construct().
const ilWorkflowDefinitionRepository::FILE_EXTENSTION_BPMN2 = 'bpmn2' |
Definition at line 9 of file class.ilWorkflowDefinitionRepository.php.
const ilWorkflowDefinitionRepository::FILE_EXTENSTION_PHP = 'php' |
Definition at line 10 of file class.ilWorkflowDefinitionRepository.php.
const ilWorkflowDefinitionRepository::FILE_PREFIX = 'wsd.il' |
Definition at line 12 of file class.ilWorkflowDefinitionRepository.php.