ILIAS
release_8 Revision v8.23
|
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 (int $object_id, string $path) | |
ilFileObjectToStorageDirectory constructor. More... | |
getVersions () | |
getObjectId () | |
tearDown () | |
Static Public Member Functions | |
static | parseInfoParams (array $entry) |
Protected Attributes | |
int | $object_id |
string | $path |
array | $versions = [] |
Private Member Functions | |
initVersions () | |
getHistoryData () | |
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 Class ilFileObjectToStorageDirectory
Definition at line 23 of file class.ilFileObjectToStorageDirectory.php.
ilFileObjectToStorageDirectory::__construct | ( | int | $object_id, |
string | $path | ||
) |
ilFileObjectToStorageDirectory constructor.
int | $object_id | |
string | $path |
Definition at line 37 of file class.ilFileObjectToStorageDirectory.php.
References $object_id, $path, and initVersions().
|
private |
Definition at line 87 of file class.ilFileObjectToStorageDirectory.php.
References $i, $version, ilHistory\_getEntriesForObject(), and ILIAS\Repository\int().
Referenced by initVersions().
ilFileObjectToStorageDirectory::getObjectId | ( | ) |
Definition at line 117 of file class.ilFileObjectToStorageDirectory.php.
References $object_id.
Referenced by ilFileObjectToStorageMigrationRunner\getResource(), and ilFileObjectToStorageMigrationRunner\migrate().
ilFileObjectToStorageDirectory::getVersions | ( | ) |
Definition at line 109 of file class.ilFileObjectToStorageDirectory.php.
References $versions.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
|
private |
Definition at line 44 of file class.ilFileObjectToStorageDirectory.php.
References $version, getHistoryData(), and ILIAS\Repository\int().
Referenced by __construct().
|
static |
Definition at line 127 of file class.ilFileObjectToStorageDirectory.php.
References $data.
ilFileObjectToStorageDirectory::tearDown | ( | ) |
Definition at line 122 of file class.ilFileObjectToStorageDirectory.php.
References ilFileObjectToStorageMigrationHelper\MIGRATED.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
|
protected |
Definition at line 25 of file class.ilFileObjectToStorageDirectory.php.
Referenced by __construct(), and getObjectId().
|
protected |
Definition at line 26 of file class.ilFileObjectToStorageDirectory.php.
Referenced by __construct().
|
protected |
Definition at line 30 of file class.ilFileObjectToStorageDirectory.php.
Referenced by getVersions().