ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Public Member Functions | |
__construct (Filesystem $storage, ilLogger $logger) | |
getRelativePath () | |
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().
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(), ilFileUtils\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 61 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 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.