ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
__construct (Filesystem $storage, ilLogger $logger) | |
getRelativePath () | |
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 | ||
) |
Definition at line 28 of file class.ilImportDirectory.php.
References $logger, $storage, and init().
ilImportDirectory::exists | ( | ) |
Implements ilImportDirectoryHandler.
Definition at line 43 of file class.ilImportDirectory.php.
Referenced by getAbsolutePath(), and ilExportImportDirectory\getFilesFor().
ilImportDirectory::getAbsolutePath | ( | ) |
Implements ilImportDirectoryHandler.
Definition at line 51 of file class.ilImportDirectory.php.
References $relative_path, exists(), ilUtil\getDataDir(), and getPathPrefix().
|
abstractprotected |
ilImportDirectory::getRelativePath | ( | ) |
Definition at line 35 of file class.ilImportDirectory.php.
References $relative_path.
Referenced by ilExportImportDirectory\getFilesFor().
|
private |
Definition at line 62 of file class.ilImportDirectory.php.
References getPathPrefix().
Referenced by __construct().
|
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.