19 declare(strict_types=1);
    53         $this->copy_definitions = $a_definitions;
    79         $this->copy_definitions[] =
    81                 self::COPY_RESSOURCE_ID => null,
    82                 self::COPY_ABSOLUTE_PATH => $a_path,
    83                 self::COPY_TARGET_DIR => $a_target
    89         $this->copy_definitions[] =
    91                 self::COPY_RESSOURCE_ID => $a_ressource_id,
    92                 self::COPY_ABSOLUTE_PATH => null,
    93                 self::COPY_TARGET_DIR => $a_target
   131         $this->copy_definitions = $value;
 
setCopyDefinitions(array $a_definitions)
Set copy definitions. 
 
addCopyDefinition(string $a_path, string $a_target)
Add copy definition. 
 
setTempDir(string $temp_dir)
Set directory name located in /temp/ directory. 
 
addCopyDefinitionRId(string $a_ressource_id, string $a_target)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
getTempDir()
Get directory name located in /temp/ directory. 
 
getCopyDefinitions()
Get copy definitions.