3 declare(strict_types=1);
46 $this->copy_definitions = $a_definitions;
72 $this->copy_definitions[] =
74 self::COPY_SOURCE_DIR => $a_source,
75 self::COPY_TARGET_DIR => $a_target
113 $this->copy_definitions = $value;
getCopyDefinitions()
Get copy definitions.
setCopyDefinitions(array $a_definitions)
Set copy definitions.
setTempDir(string $temp_dir)
Set directory name located in /temp/ directory.
addCopyDefinition(string $a_source, string $a_target)
Add copy definition.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Description of class class.
array $copy_definitions
Copy Jobs: source file => relative target file in zip directory.
getTempDir()
Get directory name located in /temp/ directory.