ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilResourceStorageMigrationHelper $irss_helper) | |
getNext () | |
Data Fields | |
const | MIGRATED = ".migrated" |
Protected Attributes | |
string | $base_path = '/var/iliasdata/ilias/default/ilFile' |
ilDBInterface | $database |
Private Member Functions | |
getNextFileId () | |
createPathFromId (int $file_id) | |
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 19 of file class.ilFileObjectToStorageMigrationHelper.php.
ilFileObjectToStorageMigrationHelper::__construct | ( | ilResourceStorageMigrationHelper | $irss_helper | ) |
Definition at line 26 of file class.ilFileObjectToStorageMigrationHelper.php.
References ilResourceStorageMigrationHelper\getClientDataDir(), and ilResourceStorageMigrationHelper\getDatabase().
|
private |
Definition at line 68 of file class.ilFileObjectToStorageMigrationHelper.php.
Referenced by getNext().
ilFileObjectToStorageMigrationHelper::getNext | ( | ) |
Definition at line 32 of file class.ilFileObjectToStorageMigrationHelper.php.
References $path, createPathFromId(), and getNextFileId().
|
private |
Definition at line 50 of file class.ilFileObjectToStorageMigrationHelper.php.
Referenced by getNext().
|
protected |
Definition at line 21 of file class.ilFileObjectToStorageMigrationHelper.php.
|
protected |
Definition at line 23 of file class.ilFileObjectToStorageMigrationHelper.php.
const ilFileObjectToStorageMigrationHelper::MIGRATED = ".migrated" |
Definition at line 22 of file class.ilFileObjectToStorageMigrationHelper.php.
Referenced by ilFileObjectToStorageDirectory\tearDown().