ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Dataset\IRSSContainerExportConfig Class Reference
+ Collaboration diagram for ILIAS\Dataset\IRSSContainerExportConfig:

Public Member Functions

 __construct (protected StorableResource $source_container, protected string $source_path, protected string $target_path)
 
 getSourceContainer ()
 
 getSourcePath ()
 
 getTargetPath ()
 

Detailed Description

Definition at line 25 of file class.IRSSContainerExportConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Dataset\IRSSContainerExportConfig::__construct ( protected StorableResource  $source_container,
protected string  $source_path,
protected string  $target_path 
)

Definition at line 27 of file class.IRSSContainerExportConfig.php.

31  {
32  }

Member Function Documentation

◆ getSourceContainer()

ILIAS\Dataset\IRSSContainerExportConfig::getSourceContainer ( )

Definition at line 34 of file class.IRSSContainerExportConfig.php.

Referenced by ILIAS\Export\ExportHandler\Repository\Element\Wrapper\IRSS\Handler\addContainerToContainerByContainerResource().

34  : StorableResource
35  {
36  return $this->source_container;
37  }
+ Here is the caller graph for this function:

◆ getSourcePath()

ILIAS\Dataset\IRSSContainerExportConfig::getSourcePath ( )

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

Referenced by ILIAS\Export\ExportHandler\Repository\Element\Wrapper\IRSS\Handler\addContainerToContainerByContainerResource().

39  : string
40  {
41  return $this->source_path;
42  }
+ Here is the caller graph for this function:

◆ getTargetPath()

ILIAS\Dataset\IRSSContainerExportConfig::getTargetPath ( )

Definition at line 44 of file class.IRSSContainerExportConfig.php.

Referenced by ILIAS\Export\ExportHandler\Repository\Element\Wrapper\IRSS\Handler\addContainerToContainerByContainerResource().

44  : string
45  {
46  return $this->target_path;
47  }
+ Here is the caller graph for this function:

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