ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilFileObjectToStorageDirectory. More...
Public Member Functions | |
__construct (int $object_id, string $path) | |
ilFileObjectToStorageDirectory constructor. More... | |
getVersions () | |
getObjectId () | |
tearDown () | |
Protected Attributes | |
$object_id | |
$path | |
$versions = [] | |
Private Member Functions | |
initVersions () | |
getHistoryData () | |
Class ilFileObjectToStorageDirectory.
Definition at line 7 of file class.ilFileObjectToStorageDirectory.php.
ilFileObjectToStorageDirectory::__construct | ( | int | $object_id, |
string | $path | ||
) |
ilFileObjectToStorageDirectory constructor.
int | $object_id | |
string | $path |
Definition at line 27 of file class.ilFileObjectToStorageDirectory.php.
References $object_id, $path, and initVersions().
|
private |
Definition at line 84 of file class.ilFileObjectToStorageDirectory.php.
References $i, ilHistory\_getEntriesForObject(), and ilObjFileImplementationLegacy\parseInfoParams().
Referenced by initVersions().
ilFileObjectToStorageDirectory::getObjectId | ( | ) |
Definition at line 114 of file class.ilFileObjectToStorageDirectory.php.
References $object_id.
Referenced by ilFileObjectToStorageMigrationRunner\getResource(), and ilFileObjectToStorageMigrationRunner\migrate().
ilFileObjectToStorageDirectory::getVersions | ( | ) |
Definition at line 106 of file class.ilFileObjectToStorageDirectory.php.
References $versions.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
|
private |
Definition at line 34 of file class.ilFileObjectToStorageDirectory.php.
References getHistoryData().
Referenced by __construct().
ilFileObjectToStorageDirectory::tearDown | ( | ) |
Definition at line 119 of file class.ilFileObjectToStorageDirectory.php.
References ilFileObjectToStorageMigrationHelper\MIGRATED.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
|
protected |
Definition at line 12 of file class.ilFileObjectToStorageDirectory.php.
Referenced by __construct(), and getObjectId().
|
protected |
Definition at line 16 of file class.ilFileObjectToStorageDirectory.php.
Referenced by __construct().
|
protected |
Definition at line 20 of file class.ilFileObjectToStorageDirectory.php.
Referenced by getVersions().