ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Import directory. More...
Public Member Functions | |
hasFilesFor (int $user_id, string $type) | |
getFilesFor (int $user_id) | |
getAbsolutePathForHash (int $user_id, string $type, string $post_hash) | |
![]() | |
__construct (Filesystem $storage, ilLogger $logger) | |
getRelativePath () | |
exists () | |
getAbsolutePath () | |
Protected Member Functions | |
getPathPrefix () | |
![]() | |
getPathPrefix () | |
Private Attributes | |
const | PATH_PREFIX = 'export' |
Additional Inherited Members | |
![]() | |
Filesystem | $storage |
ilLogger | $logger |
Import directory.
Definition at line 27 of file class.ilExportImportDirectory.php.
ilExportImportDirectory::getAbsolutePathForHash | ( | int | $user_id, |
string | $type, | ||
string | $post_hash | ||
) |
Definition at line 70 of file class.ilExportImportDirectory.php.
References ilFileUtils\getDataDir(), and getFilesFor().
ilExportImportDirectory::getFilesFor | ( | int | $user_id | ) |
Definition at line 41 of file class.ilExportImportDirectory.php.
References $user_id, ilImportDirectory\exists(), and ilImportDirectory\getRelativePath().
Referenced by getAbsolutePathForHash(), and hasFilesFor().
|
protected |
Definition at line 31 of file class.ilExportImportDirectory.php.
ilExportImportDirectory::hasFilesFor | ( | int | $user_id, |
string | $type | ||
) |
Definition at line 36 of file class.ilExportImportDirectory.php.
References getFilesFor().
|
private |
Definition at line 29 of file class.ilExportImportDirectory.php.