19declare(strict_types=1);
60 $this->copy_definitions = $a_definitions;
86 $this->copy_definitions[] =
88 self::COPY_SOURCE_DIR => $a_source,
89 self::COPY_TARGET_DIR => $a_target
127 $this->copy_definitions = $value;
Description of class class.
setValue($value)
@inheritDoc
equals(Value $other)
@inheritDoc
setTempDir(string $temp_dir)
Set directory name located in /temp/ directory.
getCopyDefinitions()
Get copy definitions.
unserialize($serialized)
@inheritDoc
array $copy_definitions
Copy Jobs: source file => relative target file in zip directory.
setCopyDefinitions(array $a_definitions)
Set copy definitions.
addCopyDefinition(string $a_source, string $a_target)
Add copy definition.
getTempDir()
Get directory name located in /temp/ directory.