|
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...
Collaboration diagram for ilFileObjectToStorageDirectory: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().
Here is the call graph for this function:
|
private |
Definition at line 87 of file class.ilFileObjectToStorageDirectory.php.
References $i, $version, ilHistory\_getEntriesForObject(), ILIAS\Repository\int(), and parseInfoParams().
Referenced by initVersions().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileObjectToStorageDirectory::getObjectId | ( | ) |
Definition at line 117 of file class.ilFileObjectToStorageDirectory.php.
References $object_id.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
Here is the caller graph for this function:| ilFileObjectToStorageDirectory::getVersions | ( | ) |
Definition at line 109 of file class.ilFileObjectToStorageDirectory.php.
References $versions.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
Here is the caller graph for this function:
|
private |
Definition at line 44 of file class.ilFileObjectToStorageDirectory.php.
References $version, getHistoryData(), and ILIAS\Repository\int().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 127 of file class.ilFileObjectToStorageDirectory.php.
References $data.
Referenced by getHistoryData().
Here is the caller graph for this function:| ilFileObjectToStorageDirectory::tearDown | ( | ) |
Definition at line 122 of file class.ilFileObjectToStorageDirectory.php.
References ilFileObjectToStorageMigrationHelper\MIGRATED.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
Here is the caller graph for this function:
|
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().