ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilModulesSessionExtractor.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 1998-2016 ILIAS open source, Extended GPL, see docs/LICENSE */
3
5
require_once
'./Services/WorkflowEngine/classes/extractors/class.ilBaseExtractor.php'
;
6
14
class
ilModulesSessionExtractor
extends
ilBaseExtractor
15
{
22
public
function
extract
($event, $parameters)
23
{
24
$this->
ilExtractedParams
->
setSubjectType
(
'session'
);
25
switch
($event)
26
{
27
case
'create'
:
28
case
'update'
:
29
case
'delete'
:
30
$this->
extractWithUser
($parameters);
31
break
;
32
case
'addToWaitingList'
:
33
$this->
extractWithUser
($parameters);
34
break
;
35
}
36
37
return
$this->ilExtractedParams
;
38
}
39
}
php
An exception for terminatinating execution or to throw for unit testing.
ilBaseExtractor
@noinspection PhpIncludeInspection
Definition:
class.ilBaseExtractor.php:15
ilBaseExtractor\extractWithUser
extractWithUser($parameters)
Definition:
class.ilBaseExtractor.php:40
ilBaseExtractor\$ilExtractedParams
$ilExtractedParams
Definition:
class.ilBaseExtractor.php:17
ilExtractedParams
Class ilExtractedParams.
Definition:
class.ilExtractedParams.php:12
ilExtractedParams\setSubjectType
setSubjectType($subject_type)
Definition:
class.ilExtractedParams.php:36
ilModulesSessionExtractor
@noinspection PhpIncludeInspection
Definition:
class.ilModulesSessionExtractor.php:15
ilModulesSessionExtractor\extract
extract($event, $parameters)
Definition:
class.ilModulesSessionExtractor.php:22
Services
WorkflowEngine
classes
extractors
class.ilModulesSessionExtractor.php
Generated on Fri Oct 3 2025 19:01:05 for ILIAS by
1.9.4 (using
Doxyfile
)