|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilFSStorageCourse:
Collaboration diagram for ilFSStorageCourse: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) | |
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 () | |
Static Public Member Functions | |
| static | _clone (int $a_source_id, int $a_target_id) |
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 | |
| const | MEMBER_EXPORT_DIR = 'memberExport' |
| const | INFO_DIR = 'info' |
| const | ARCHIVE_DIR = 'archives' |
Data Fields inherited from ilFileSystemAbstractionStorage | |
| const | STORAGE_WEB = 1 |
| const | STORAGE_DATA = 2 |
| const | STORAGE_SECURED = 3 |
Protected Member Functions | |
| getPathPostfix () | |
| Implementation of abstract method @access protected. More... | |
| getPathPrefix () | |
| Implementation of abstract method @access protected. More... | |
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 () | |
Private Attributes | |
| ilLogger | $logger |
Additional Inherited Members | |
Protected Attributes inherited from ilFileSystemAbstractionStorage | |
| string | $path = null |
| ILIAS Filesystem Filesystems | $file_system_service |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 25 of file class.ilFSStorageCourse.php.
| ilFSStorageCourse::__construct | ( | int | $a_container_id = 0 | ) |
@noinspection PhpUndefinedMethodInspection
Definition at line 33 of file class.ilFSStorageCourse.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\logger(), and ilFileSystemAbstractionStorage\STORAGE_DATA.
Here is the call graph for this function:
|
static |
Definition at line 42 of file class.ilFSStorageCourse.php.
References $source, and ilFileSystemAbstractionStorage\_copyDirectory().
Here is the call graph for this function:| ilFSStorageCourse::addMemberExportFile | ( | $a_data, | |
| $a_rel_name | |||
| ) |
Definition at line 77 of file class.ilFSStorageCourse.php.
References getMemberExportDirectory(), initMemberExportDirectory(), ILIAS\Repository\logger(), and ilFileSystemAbstractionStorage\writeToFile().
Here is the call graph for this function:| ilFSStorageCourse::deleteMemberExportFile | ( | string | $a_export_name | ) |
Definition at line 130 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\deleteFile(), and getMemberExportDirectory().
Here is the call graph for this function:| ilFSStorageCourse::getInfoDirectory | ( | ) |
Definition at line 62 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\getAbsolutePath(), and INFO_DIR.
Referenced by initInfoDirectory().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFSStorageCourse::getMemberExportDirectory | ( | ) |
Definition at line 72 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\getAbsolutePath(), and MEMBER_EXPORT_DIR.
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:| ilFSStorageCourse::getMemberExportFile | ( | string | $a_name | ) |
Definition at line 120 of file class.ilFSStorageCourse.php.
References getMemberExportDirectory().
Here is the call graph for this function:| ilFSStorageCourse::getMemberExportFiles | ( | ) |
Definition at line 88 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\getContainerId(), and getMemberExportDirectory().
Here is the call graph for this function:
|
protected |
Implementation of abstract method @access protected.
Reimplemented from ilFileSystemAbstractionStorage.
Definition at line 144 of file class.ilFSStorageCourse.php.
|
protected |
Implementation of abstract method @access protected.
Reimplemented from ilFileSystemAbstractionStorage.
Definition at line 153 of file class.ilFSStorageCourse.php.
| ilFSStorageCourse::hasMemberExportFile | ( | string | $a_export_name | ) |
Definition at line 135 of file class.ilFSStorageCourse.php.
References ilFileSystemAbstractionStorage\fileExists(), and getMemberExportDirectory().
Here is the call graph for this function:| ilFSStorageCourse::initInfoDirectory | ( | ) |
Definition at line 57 of file class.ilFSStorageCourse.php.
References getInfoDirectory(), and ilFileUtils\makeDirParents().
Here is the call graph for this function:| ilFSStorageCourse::initMemberExportDirectory | ( | ) |
Definition at line 67 of file class.ilFSStorageCourse.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:
|
private |
Definition at line 31 of file class.ilFSStorageCourse.php.
| const ilFSStorageCourse::ARCHIVE_DIR = 'archives' |
Definition at line 29 of file class.ilFSStorageCourse.php.
| const ilFSStorageCourse::INFO_DIR = 'info' |
Definition at line 28 of file class.ilFSStorageCourse.php.
Referenced by getInfoDirectory().
| const ilFSStorageCourse::MEMBER_EXPORT_DIR = 'memberExport' |
Definition at line 27 of file class.ilFSStorageCourse.php.
Referenced by getMemberExportDirectory().