|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Import directory. More...
Inheritance diagram for ilExportImportDirectory:
Collaboration diagram for ilExportImportDirectory:Public Member Functions | |
| hasFilesFor (int $user_id, string $type) | |
| getFilesFor (int $user_id) | |
| getAbsolutePathForHash (int $user_id, string $type, string $post_hash) | |
Public Member Functions inherited from ilImportDirectory | |
| __construct (Filesystem $storage, ilLogger $logger) | |
| getRelativePath () | |
| exists () | |
| @inheritDoc More... | |
| getAbsolutePath () | |
| @inheritDoc More... | |
| exists () | |
| getAbsolutePath () | |
Protected Member Functions | |
| getPathPrefix () | |
| getPathPrefix () | |
Private Attributes | |
| const | PATH_PREFIX = 'export' |
Additional Inherited Members | |
Protected Attributes inherited from ilImportDirectory | |
| Filesystem | $storage |
| ilLogger | $logger |
Import directory.
Definition at line 28 of file class.ilExportImportDirectory.php.
| ilExportImportDirectory::getAbsolutePathForHash | ( | int | $user_id, |
| string | $type, | ||
| string | $post_hash | ||
| ) |
Definition at line 71 of file class.ilExportImportDirectory.php.
References ilFileUtils\getDataDir(), and getFilesFor().
Here is the call graph for this function:| ilExportImportDirectory::getFilesFor | ( | int | $user_id | ) |
Definition at line 42 of file class.ilExportImportDirectory.php.
References $user_id, ilImportDirectory\exists(), and ilImportDirectory\getRelativePath().
Referenced by getAbsolutePathForHash(), and hasFilesFor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Reimplemented from ilImportDirectory.
Definition at line 32 of file class.ilExportImportDirectory.php.
References PATH_PREFIX.
| ilExportImportDirectory::hasFilesFor | ( | int | $user_id, |
| string | $type | ||
| ) |
Definition at line 37 of file class.ilExportImportDirectory.php.
References getFilesFor().
Here is the call graph for this function:
|
private |
Definition at line 30 of file class.ilExportImportDirectory.php.
Referenced by getPathPrefix().