|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ilExportZipBuiltObjective:
Collaboration diagram for ilExportZipBuiltObjective:Public Member Functions | |
| __construct (Setup\Config $config) | |
| getHash () | |
| getLabel () | |
| isNotable () | |
| getPreconditions (Setup\Environment $environment) | |
| achieve (Setup\Environment $environment) | |
| isApplicable (Setup\Environment $environment) | |
| createTempDir () | |
Public Member Functions inherited from ilSetupObjective | |
| __construct (Setup\Config $config) | |
Protected Member Functions | |
| deleteDirRecursive (string $path) | |
Protected Attributes | |
| const | FILENAME = "ILIAS_EXPORT.zip" |
| string | $cwd |
Protected Attributes inherited from ilSetupObjective | |
| Setup Config | $config |
Definition at line 24 of file class.ilExportZipBuiltObjective.php.
| ilExportZipBuiltObjective::__construct | ( | Setup\Config | $config | ) |
Definition at line 30 of file class.ilExportZipBuiltObjective.php.
References $_SERVER, ILIAS\GlobalScreen\Provider\__construct(), and createTempDir().
Here is the call graph for this function:| ilExportZipBuiltObjective::achieve | ( | Setup\Environment | $environment | ) |
Definition at line 100 of file class.ilExportZipBuiltObjective.php.
References deleteDirRecursive(), ilExportMetadataGatheredObjective\EXPORT_META, and ILIAS\Setup\Environment\getConfigFor().
Here is the call graph for this function:| ilExportZipBuiltObjective::createTempDir | ( | ) |
Definition at line 188 of file class.ilExportZipBuiltObjective.php.
References $path.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 165 of file class.ilExportZipBuiltObjective.php.
Referenced by achieve().
Here is the caller graph for this function:| ilExportZipBuiltObjective::getHash | ( | ) |
Definition at line 46 of file class.ilExportZipBuiltObjective.php.
| ilExportZipBuiltObjective::getLabel | ( | ) |
Definition at line 54 of file class.ilExportZipBuiltObjective.php.
| ilExportZipBuiltObjective::getPreconditions | ( | Setup\Environment | $environment | ) |
Definition at line 70 of file class.ilExportZipBuiltObjective.php.
| ilExportZipBuiltObjective::isApplicable | ( | Setup\Environment | $environment | ) |
Definition at line 128 of file class.ilExportZipBuiltObjective.php.
| ilExportZipBuiltObjective::isNotable | ( | ) |
Definition at line 62 of file class.ilExportZipBuiltObjective.php.
|
protected |
Definition at line 28 of file class.ilExportZipBuiltObjective.php.
|
protected |
Definition at line 26 of file class.ilExportZipBuiltObjective.php.