|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for ilImportDirectory:
Collaboration diagram for ilImportDirectory:Public Member Functions | |
| __construct (Filesystem $storage, ilLogger $logger) | |
| getRelativePath () | |
| exists () | |
| @inheritDoc More... | |
| getAbsolutePath () | |
| @inheritDoc More... | |
| exists () | |
| getAbsolutePath () | |
Protected Member Functions | |
| getPathPrefix () | |
Protected Attributes | |
| Filesystem | $storage |
| ilLogger | $logger |
Private Member Functions | |
| init () | |
Private Attributes | |
| const | PATH_UPLOAD_PREFIX = 'upload' |
| string | $relative_path |
Definition at line 20 of file class.ilImportDirectory.php.
| ilImportDirectory::__construct | ( | Filesystem | $storage, |
| ilLogger | $logger | ||
| ) |
Definition at line 28 of file class.ilImportDirectory.php.
References $logger, $storage, init(), and ILIAS\Repository\logger().
Here is the call graph for this function:| ilImportDirectory::exists | ( | ) |
@inheritDoc
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 | ( | ) |
@inheritDoc
Implements ilImportDirectoryHandler.
Definition at line 51 of file class.ilImportDirectory.php.
References $relative_path, exists(), and ilFileUtils\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 61 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 23 of file class.ilImportDirectory.php.
Referenced by getAbsolutePath(), and getRelativePath().
|
protected |
Definition at line 25 of file class.ilImportDirectory.php.
Referenced by __construct().
|
private |
Definition at line 22 of file class.ilImportDirectory.php.