ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

35 {
36 return $this->source_container;
37 }

◆ getSourcePath()

ILIAS\Dataset\IRSSContainerExportConfig::getSourcePath ( )

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

39 : string
40 {
41 return $this->source_path;
42 }

◆ getTargetPath()

ILIAS\Dataset\IRSSContainerExportConfig::getTargetPath ( )

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

44 : string
45 {
46 return $this->target_path;
47 }

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