ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
store prg-files More...
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) | |
![]() | |
__construct (private int $storage_type, private bool $path_conversion, private int $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 () | |
![]() | |
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' |
![]() | |
string | $path = null |
Filesystems | $file_system_service |
Additional Inherited Members | |
![]() | |
static | createPathFromId (int $a_container_id, string $a_name) |
static | _copyDirectory (string $a_sdir, string $a_tdir) |
![]() | |
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\GlobalScreen\Provider\__construct(), and ilFileSystemAbstractionStorage\STORAGE_DATA.
ilFSStoragePRG::addMemberExportFile | ( | $a_data, | |
$a_rel_name | |||
) |
Definition at line 105 of file ilFSStoragePRG.php.
References getMemberExportDirectory(), initMemberExportDirectory(), ILIAS\Repository\logger(), and ilFileSystemAbstractionStorage\writeToFile().
ilFSStoragePRG::deleteMemberExportFile | ( | string | $filename | ) |
Definition at line 116 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\deleteFile(), and getMemberExportDirectory().
ilFSStoragePRG::getMemberExportDirectory | ( | ) |
Definition at line 49 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\getAbsolutePath().
Referenced by addMemberExportFile(), deleteMemberExportFile(), getMemberExportFile(), getMemberExportFiles(), hasMemberExportFile(), and initMemberExportDirectory().
ilFSStoragePRG::getMemberExportFile | ( | string | $filename | ) |
Definition at line 93 of file ilFSStoragePRG.php.
References $filename, and getMemberExportDirectory().
ilFSStoragePRG::getMemberExportFiles | ( | ) |
Definition at line 59 of file ilFSStoragePRG.php.
References ilFileSystemAbstractionStorage\getContainerId(), and getMemberExportDirectory().
|
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().
ilFSStoragePRG::initMemberExportDirectory | ( | ) |
Definition at line 54 of file ilFSStoragePRG.php.
References getMemberExportDirectory(), and ilFileUtils\makeDirParents().
Referenced by addMemberExportFile().
|
protected |
Definition at line 26 of file ilFSStoragePRG.php.