| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ilImportDirectory:
 Collaboration diagram for ilImportDirectory: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().
 Here is the call graph for this function:| ilImportDirectory::exists | ( | ) | 
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 | ( | ) | 
Implements ilImportDirectoryHandler.
Definition at line 51 of file class.ilImportDirectory.php.
References $relative_path, exists(), ilFileUtils\getDataDir(), and getPathPrefix().
 Here is the call graph for this function:
      
  | 
  abstractprotected | 
| 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.