| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Description of class class. More...
 Inheritance diagram for ilCalendarCopyDefinition:
 Collaboration diagram for ilCalendarCopyDefinition:Public Member Functions | |
| getCopyDefinitions () | |
| Get copy definitions.  More... | |
| setCopyDefinitions (array $a_definitions) | |
| Set copy definitions.  More... | |
| getTempDir () | |
| Get directory name located in /temp/ directory.  More... | |
| setTempDir (string $temp_dir) | |
| Set directory name located in /temp/ directory.  More... | |
| addCopyDefinition (string $a_source, string $a_target) | |
| Add copy definition.  More... | |
| equals (Value $other) | |
| getHash () | |
| serialize () | |
| setValue ($value) | |
| unserialize ($serialized) | |
  Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Values\AbstractValue | |
| getType () | |
| getParentTask () | |
| setParentTask (Task $parentTask) | |
| hasParentTask () | |
| __serialize () | |
| __unserialize (array $data) | |
Data Fields | |
| const | COPY_SOURCE_DIR = 'source' | 
| const | COPY_TARGET_DIR = 'target' | 
Private Attributes | |
| array | $copy_definitions = [] | 
| Copy Jobs: source file => relative target file in zip directory.  More... | |
| string | $temp_dir | 
Additional Inherited Members | |
  Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Values\AbstractValue | |
| Task | $parentTask | 
Description of class class.
Definition at line 14 of file class.ilCalendarCopyDefinition.php.
| ilCalendarCopyDefinition::addCopyDefinition | ( | string | $a_source, | 
| string | $a_target | ||
| ) | 
Add copy definition.
Definition at line 70 of file class.ilCalendarCopyDefinition.php.
| ilCalendarCopyDefinition::equals | ( | Value | $other | ) | 
Implements ILIAS\BackgroundTasks\Value.
Definition at line 82 of file class.ilCalendarCopyDefinition.php.
References ILIAS\BackgroundTasks\Value\getHash(), and getHash().
 Here is the call graph for this function:| ilCalendarCopyDefinition::getCopyDefinitions | ( | ) | 
Get copy definitions.
Definition at line 35 of file class.ilCalendarCopyDefinition.php.
References $copy_definitions.
Referenced by serialize().
 Here is the caller graph for this function:| ilCalendarCopyDefinition::getHash | ( | ) | 
Implements ILIAS\BackgroundTasks\Value.
Definition at line 90 of file class.ilCalendarCopyDefinition.php.
References serialize().
Referenced by equals().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilCalendarCopyDefinition::getTempDir | ( | ) | 
Get directory name located in /temp/ directory.
Definition at line 53 of file class.ilCalendarCopyDefinition.php.
References $temp_dir.
Referenced by serialize().
 Here is the caller graph for this function:| ilCalendarCopyDefinition::serialize | ( | ) | 
Definition at line 98 of file class.ilCalendarCopyDefinition.php.
References getCopyDefinitions(), and getTempDir().
Referenced by getHash().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilCalendarCopyDefinition::setCopyDefinitions | ( | array | $a_definitions | ) | 
Set copy definitions.
| ilCalendarCopyDefinition[] | $a_definitions | 
Definition at line 44 of file class.ilCalendarCopyDefinition.php.
Referenced by unserialize().
 Here is the caller graph for this function:| ilCalendarCopyDefinition::setTempDir | ( | string | $temp_dir | ) | 
Set directory name located in /temp/ directory.
| string | $temp_dir | 
Definition at line 62 of file class.ilCalendarCopyDefinition.php.
References $temp_dir.
Referenced by unserialize().
 Here is the caller graph for this function:| ilCalendarCopyDefinition::setValue | ( | $value | ) | 
Implements ILIAS\BackgroundTasks\Value.
Definition at line 111 of file class.ilCalendarCopyDefinition.php.
| ilCalendarCopyDefinition::unserialize | ( | $serialized | ) | 
Definition at line 119 of file class.ilCalendarCopyDefinition.php.
References setCopyDefinitions(), and setTempDir().
 Here is the call graph for this function:
      
  | 
  private | 
Copy Jobs: source file => relative target file in zip directory.
| ilCalendarCopyDefinition[] | 
Definition at line 23 of file class.ilCalendarCopyDefinition.php.
Referenced by getCopyDefinitions().
      
  | 
  private | 
Definition at line 29 of file class.ilCalendarCopyDefinition.php.
Referenced by getTempDir(), and setTempDir().
| const ilCalendarCopyDefinition::COPY_SOURCE_DIR = 'source' | 
Definition at line 16 of file class.ilCalendarCopyDefinition.php.
| const ilCalendarCopyDefinition::COPY_TARGET_DIR = 'target' | 
Definition at line 17 of file class.ilCalendarCopyDefinition.php.