|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ilImportDirectory:
Collaboration diagram for ilImportDirectory:Public Member Functions | |
| __construct (Filesystem $storage, ilLogger $logger) | |
| getRelativePath () | |
| exists () | |
| getAbsolutePath () | |
| exists () | |
| getAbsolutePath () | |
Protected Member Functions | |
| getPathPrefix () | |
Protected Attributes | |
| $storage | |
| $logger | |
Private Member Functions | |
| init () | |
Private Attributes | |
| const | PATH_UPLOAD_PREFIX = 'upload' |
| $relative_path | |
Definition at line 6 of file class.ilImportDirectory.php.
| ilImportDirectory::__construct | ( | Filesystem | $storage, |
| ilLogger | $logger | ||
| ) |
| ilImportDirectory::exists | ( | ) |
Implements ilImportDirectoryHandler.
Definition at line 43 of file class.ilImportDirectory.php.
Referenced by getAbsolutePath(), and ilExportImportDirectory\getFilesFor().
Here is the caller graph for this function:| ilImportDirectory::getAbsolutePath | ( | ) |
Implements ilImportDirectoryHandler.
Definition at line 51 of file class.ilImportDirectory.php.
References $relative_path, exists(), and ilUtil\getDataDir().
Here is the call graph for this function:
|
abstractprotected |
Reimplemented in ilExportImportDirectory, ilMediaObjectImportDirectory, and ilScormImportDirectory.
Referenced by init().
Here is the caller graph for this function:| ilImportDirectory::getRelativePath | ( | ) |
Definition at line 35 of file class.ilImportDirectory.php.
References $relative_path.
Referenced by ilExportImportDirectory\getFilesFor().
Here is the caller graph for this function:
|
private |
Definition at line 62 of file class.ilImportDirectory.php.
References getPathPrefix().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 26 of file class.ilImportDirectory.php.
Referenced by __construct().
|
private |
Definition at line 16 of file class.ilImportDirectory.php.
Referenced by getAbsolutePath(), and getRelativePath().
|
protected |
Definition at line 21 of file class.ilImportDirectory.php.
Referenced by __construct().
|
private |
Definition at line 11 of file class.ilImportDirectory.php.