|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
| @inheritDoc More... | |
| getHash () | |
| @inheritDoc More... | |
| serialize () | |
| @inheritDoc More... | |
| setValue ($value) | |
| @inheritDoc More... | |
| unserialize ($serialized) | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Values\AbstractValue | |
| getType () | |
| getParentTask () | |
| setParentTask (Task $parentTask) | |
| hasParentTask () | |
| __serialize () | |
| __unserialize (array $data) | |
| getHash () | |
| equals (Value $other) | |
| getType () | |
| setParentTask (Task $parentTask) | |
| getParentTask () | |
| hasParentTask () | |
| setValue ($value) | |
| __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 28 of file class.ilCalendarCopyDefinition.php.
| ilCalendarCopyDefinition::addCopyDefinition | ( | string | $a_source, |
| string | $a_target | ||
| ) |
Add copy definition.
Definition at line 84 of file class.ilCalendarCopyDefinition.php.
| ilCalendarCopyDefinition::equals | ( | Value | $other | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Value.
Definition at line 96 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 49 of file class.ilCalendarCopyDefinition.php.
References $copy_definitions.
Referenced by serialize().
Here is the caller graph for this function:| ilCalendarCopyDefinition::getHash | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Value.
Definition at line 104 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 67 of file class.ilCalendarCopyDefinition.php.
References $temp_dir.
Referenced by serialize().
Here is the caller graph for this function:| ilCalendarCopyDefinition::serialize | ( | ) |
@inheritDoc
Definition at line 112 of file class.ilCalendarCopyDefinition.php.
References getCopyDefinitions(), getTempDir(), and serialize().
Referenced by getHash(), and serialize().
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 58 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 76 of file class.ilCalendarCopyDefinition.php.
References $temp_dir.
Referenced by unserialize().
Here is the caller graph for this function:| ilCalendarCopyDefinition::setValue | ( | $value | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Value.
Definition at line 125 of file class.ilCalendarCopyDefinition.php.
| ilCalendarCopyDefinition::unserialize | ( | $serialized | ) |
@inheritDoc
Definition at line 133 of file class.ilCalendarCopyDefinition.php.
References setCopyDefinitions(), setTempDir(), and unserialize().
Referenced by unserialize().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Copy Jobs: source file => relative target file in zip directory.
| ilCalendarCopyDefinition[] |
Definition at line 37 of file class.ilCalendarCopyDefinition.php.
Referenced by getCopyDefinitions().
|
private |
Definition at line 43 of file class.ilCalendarCopyDefinition.php.
Referenced by getTempDir(), and setTempDir().
| const ilCalendarCopyDefinition::COPY_SOURCE_DIR = 'source' |
Definition at line 30 of file class.ilCalendarCopyDefinition.php.
| const ilCalendarCopyDefinition::COPY_TARGET_DIR = 'target' |
Definition at line 31 of file class.ilCalendarCopyDefinition.php.