ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilServicesTreeExtractor Class Reference

@noinspection PhpIncludeInspection More...

+ Inheritance diagram for ilServicesTreeExtractor:
+ Collaboration diagram for ilServicesTreeExtractor:

Public Member Functions

 extract ($event, $parameters)
 
- Public Member Functions inherited from ilBaseExtractor
 __construct (ilExtractedParams $ilExtractedParams)
 ilBaseExtractor constructor. More...
 
 extract ($event, $parameters)
 
 extract ($event, $parameters)
 

Protected Member Functions

 extractTree ($parameters)
 
- Protected Member Functions inherited from ilBaseExtractor
 extractWithUser ($parameters)
 
 extractWithoutUser ($parameters)
 

Additional Inherited Members

- Protected Attributes inherited from ilBaseExtractor
 $ilExtractedParams
 

Detailed Description

@noinspection PhpIncludeInspection

Class ilServicesTreeExtractor

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 14 of file class.ilServicesTreeExtractor.php.

Member Function Documentation

◆ extract()

ilServicesTreeExtractor::extract (   $event,
  $parameters 
)
Parameters
string$event
array$parameters
Returns
\ilExtractedParams

Reimplemented from ilBaseExtractor.

Definition at line 22 of file class.ilServicesTreeExtractor.php.

23 {
24 $this->ilExtractedParams->setSubjectType('tree');
25
26 switch($event)
27 {
28 case 'moveTree':
29 $this->extractTree($parameters);
30 break;
31 }
32
34 }
Class ilExtractedParams.

References ilBaseExtractor\$ilExtractedParams, extractTree(), and ilExtractedParams\setSubjectType().

+ Here is the call graph for this function:

◆ extractTree()

ilServicesTreeExtractor::extractTree (   $parameters)
protected
Parameters
array$parameters

Definition at line 39 of file class.ilServicesTreeExtractor.php.

40 {
42 $this->ilExtractedParams->setContextType('tree');
43 $this->ilExtractedParams->setContextId($parameters['tree']);
44 }

References ilExtractedParams\setContextId(), ilExtractedParams\setContextType(), and ilExtractedParams\setSubjectId().

Referenced by extract().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: