ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
Public Member Functions | |
__construct (int $a_container_id=0) | |
initInfoDirectory () | |
getInfoDirectory () | |
initMemberExportDirectory () | |
getMemberExportDirectory () | |
addMemberExportFile ($a_data, $a_rel_name) | |
getMemberExportFiles () | |
getMemberExportFile (string $a_name) | |
deleteMemberExportFile (string $a_export_name) | |
hasMemberExportFile (string $a_export_name) | |
![]() | |
__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 () | |
Static Public Member Functions | |
static | _clone (int $a_source_id, int $a_target_id) |
![]() | |
static | createPathFromId (int $a_container_id, string $a_name) |
static | _copyDirectory (string $a_sdir, string $a_tdir) |
Data Fields | |
const | MEMBER_EXPORT_DIR = 'memberExport' |
const | INFO_DIR = 'info' |
const | ARCHIVE_DIR = 'archives' |
![]() | |
const | STORAGE_WEB = 1 |
const | STORAGE_DATA = 2 |
const | STORAGE_SECURED = 3 |
Protected Member Functions | |
getPathPostfix () | |
Implementation of abstract method protected. More... | |
getPathPrefix () | |
Implementation of abstract method protected. More... | |
![]() | |
getLegacyFullAbsolutePath (string $relative_path) | |
getFileSystemService () | |
getPathPrefix () | |
Get path prefix. More... | |
getPathPostfix () | |
Get directory name. More... | |
getLegacyAbsolutePath () | |
Calculates the absolute filesystem storage location. More... | |
init () | |
Private Attributes | |
ilLogger | $logger |
Additional Inherited Members | |
![]() | |
string | $path = null |
Filesystems | $file_system_service |
Definition at line 24 of file class.ilFSStorageCourse.php.
ilFSStorageCourse::__construct | ( | int | $a_container_id = 0 | ) |
PhpUndefinedMethodInspection
Definition at line 32 of file class.ilFSStorageCourse.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\logger(), and ilFileSystemAbstractionStorage\STORAGE_DATA.
|
static |
Definition at line 41 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\_copyDirectory().
ilFSStorageCourse::addMemberExportFile | ( | $a_data, | |
$a_rel_name | |||
) |
Definition at line 76 of file class.ilFSStorageCourse.php.
References getMemberExportDirectory(), initMemberExportDirectory(), ILIAS\Repository\logger(), and ilFileSystemAbstractionStorage\writeToFile().
ilFSStorageCourse::deleteMemberExportFile | ( | string | $a_export_name | ) |
Definition at line 129 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\deleteFile(), and getMemberExportDirectory().
ilFSStorageCourse::getInfoDirectory | ( | ) |
Definition at line 61 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\getAbsolutePath().
Referenced by initInfoDirectory().
ilFSStorageCourse::getMemberExportDirectory | ( | ) |
Definition at line 71 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\getAbsolutePath().
Referenced by addMemberExportFile(), deleteMemberExportFile(), getMemberExportFile(), getMemberExportFiles(), hasMemberExportFile(), and initMemberExportDirectory().
ilFSStorageCourse::getMemberExportFile | ( | string | $a_name | ) |
Definition at line 119 of file class.ilFSStorageCourse.php.
References getMemberExportDirectory().
ilFSStorageCourse::getMemberExportFiles | ( | ) |
Definition at line 87 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\getContainerId(), and getMemberExportDirectory().
|
protected |
Implementation of abstract method protected.
Definition at line 143 of file class.ilFSStorageCourse.php.
|
protected |
Implementation of abstract method protected.
Definition at line 152 of file class.ilFSStorageCourse.php.
ilFSStorageCourse::hasMemberExportFile | ( | string | $a_export_name | ) |
Definition at line 134 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\fileExists(), and getMemberExportDirectory().
ilFSStorageCourse::initInfoDirectory | ( | ) |
Definition at line 56 of file class.ilFSStorageCourse.php.
References getInfoDirectory(), and ilFileUtils\makeDirParents().
ilFSStorageCourse::initMemberExportDirectory | ( | ) |
Definition at line 66 of file class.ilFSStorageCourse.php.
References getMemberExportDirectory(), and ilFileUtils\makeDirParents().
Referenced by addMemberExportFile().
|
private |
Definition at line 30 of file class.ilFSStorageCourse.php.
const ilFSStorageCourse::ARCHIVE_DIR = 'archives' |
Definition at line 28 of file class.ilFSStorageCourse.php.
const ilFSStorageCourse::INFO_DIR = 'info' |
Definition at line 27 of file class.ilFSStorageCourse.php.
const ilFSStorageCourse::MEMBER_EXPORT_DIR = 'memberExport' |
Definition at line 26 of file class.ilFSStorageCourse.php.