|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilFileObjectToStorageDirectory. More...
Collaboration diagram for ilFileObjectToStorageDirectory: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().
Here is the call graph for this function:
|
private |
Definition at line 84 of file class.ilFileObjectToStorageDirectory.php.
References $i, ilHistory\_getEntriesForObject(), and ilObjFileImplementationLegacy\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 114 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 106 of file class.ilFileObjectToStorageDirectory.php.
References $versions.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
Here is the caller graph for this function:
|
private |
Definition at line 34 of file class.ilFileObjectToStorageDirectory.php.
References getHistoryData().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFileObjectToStorageDirectory::tearDown | ( | ) |
Definition at line 119 of file class.ilFileObjectToStorageDirectory.php.
References ilFileObjectToStorageMigrationHelper\MIGRATED.
Referenced by ilFileObjectToStorageMigrationRunner\migrate().
Here is the caller graph for this function:
|
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().