| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
store prg-files More...
 Inheritance diagram for ilFSStoragePRG:
 Collaboration diagram for ilFSStoragePRG:Public Member Functions | |
| __construct (int $a_container_id=0) | |
| getMemberExportDirectory () | |
| initMemberExportDirectory () | |
| getMemberExportFiles () | |
| getMemberExportFile (string $filename) | |
| addMemberExportFile ($a_data, $a_rel_name) | |
| deleteMemberExportFile (string $filename) | |
| hasMemberExportFile (string $filename) | |
  Public Member Functions inherited from ilFileSystemAbstractionStorage | |
| __construct (int $a_storage_type, bool $a_path_conversion, int $a_container_id) | |
| Constructor.  More... | |
| fileExists (string $a_absolute_path) | |
| getContainerId () | |
| writeToFile (string $a_data, $a_absolute_path) | |
| copyFile (string $a_from, string $a_to) | |
| create () | |
| getAbsolutePath () | |
| Calculates the full path on the filesystem.  More... | |
| delete () | |
| deleteDirectory (string $a_abs_name) | |
| deleteFile (string $a_abs_name) | |
| appendToPath (string $a_appendix) | |
| getStorageType () | |
| getPath () | |
Protected Member Functions | |
| getPathPostfix () | |
| getPathPrefix () | |
  Protected Member Functions inherited from ilFileSystemAbstractionStorage | |
| getLegacyFullAbsolutePath (string $relative_path) | |
| getFileSystemService () | |
| getPathPrefix () | |
| Get path prefix.  More... | |
| getPathPostfix () | |
| Get directory name.  More... | |
| getLegacyAbsolutePath () | |
| Calculates the absolute filesystem storage location.  More... | |
| init () | |
Protected Attributes | |
| const | MEMBER_EXPORT_DIR = 'assingmentsExport' | 
  Protected Attributes inherited from ilFileSystemAbstractionStorage | |
| string | $path = null | 
| ILIAS Filesystem Filesystems | $file_system_service | 
Additional Inherited Members | |
  Static Public Member Functions inherited from ilFileSystemAbstractionStorage | |
| static | createPathFromId (int $a_container_id, string $a_name) | 
| static | _copyDirectory (string $a_sdir, string $a_tdir) | 
  Data Fields inherited from ilFileSystemAbstractionStorage | |
| const | STORAGE_WEB = 1 | 
| const | STORAGE_DATA = 2 | 
| const | STORAGE_SECURED = 3 | 
store prg-files
Definition at line 24 of file ilFSStoragePRG.php.
| ilFSStoragePRG::__construct | ( | int | $a_container_id = 0 | ) | 
Definition at line 28 of file ilFSStoragePRG.php.
References ILIAS\MetaData\Repository\Validation\Data\__construct(), and ilFileSystemAbstractionStorage\STORAGE_DATA.
 Here is the call graph for this function:| ilFSStoragePRG::addMemberExportFile | ( | $a_data, | |
| $a_rel_name | |||
| ) | 
Definition at line 105 of file ilFSStoragePRG.php.
References getMemberExportDirectory(), initMemberExportDirectory(), ILIAS\Repository\logger(), and ilFileSystemAbstractionStorage\writeToFile().
 Here is the call graph for this function:| ilFSStoragePRG::deleteMemberExportFile | ( | string | $filename | ) | 
Definition at line 116 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\deleteFile(), and getMemberExportDirectory().
 Here is the call graph for this function:| ilFSStoragePRG::getMemberExportDirectory | ( | ) | 
Definition at line 49 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\getAbsolutePath().
Referenced by addMemberExportFile(), deleteMemberExportFile(), getMemberExportFile(), getMemberExportFiles(), hasMemberExportFile(), and initMemberExportDirectory().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilFSStoragePRG::getMemberExportFile | ( | string | $filename | ) | 
Definition at line 93 of file ilFSStoragePRG.php.
References $filename, and getMemberExportDirectory().
 Here is the call graph for this function:| ilFSStoragePRG::getMemberExportFiles | ( | ) | 
Definition at line 59 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\getContainerId(), and getMemberExportDirectory().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 36 of file ilFSStoragePRG.php.
      
  | 
  protected | 
Definition at line 44 of file ilFSStoragePRG.php.
| ilFSStoragePRG::hasMemberExportFile | ( | string | $filename | ) | 
Definition at line 121 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\fileExists(), and getMemberExportDirectory().
 Here is the call graph for this function:| ilFSStoragePRG::initMemberExportDirectory | ( | ) | 
Definition at line 54 of file ilFSStoragePRG.php.
References getMemberExportDirectory(), and ilFileUtils\makeDirParents().
Referenced by addMemberExportFile().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 26 of file ilFSStoragePRG.php.