ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($a_storage_type, $a_path_conversion, $a_container_id) | |
Constructor. More... | |
getContainerId () | |
create () | |
Create directory. More... | |
getAbsolutePath () | |
Get absolute path of storage directory. More... | |
writeToFile ($a_data, $a_absolute_path) | |
Write data to file. More... | |
deleteFile ($a_abs_name) | |
Delete file. More... | |
deleteDirectory ($a_abs_name) | |
Delete directory. More... | |
delete () | |
Delete complete directory. More... | |
copyFile ($a_from, $a_to) | |
Copy files. More... | |
appendToPath ($a_appendix) | |
getStorageType () | |
getPath () | |
Get path. More... | |
__construct ($a_storage_type, $a_path_conversion, $a_container_id) | |
Constructor. More... | |
create () | |
Create directory. More... | |
getAbsolutePath () | |
Get absolute path of storage directory. More... | |
getShortPath () | |
rename ($from, $to) | |
Static Public Member Functions | |
static | _createPathFromId ($a_container_id, $a_name) |
Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5. More... | |
static | _copyDirectory ($a_source, $a_target) |
Copy directory and all contents. More... | |
static | _createPathFromId ($a_container_id, $a_name) |
Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5. More... | |
Data Fields | |
const | STORAGE_WEB = 1 |
const | STORAGE_DATA = 2 |
const | STORAGE_SECURED = 3 |
const | FACTOR = 100 |
const | MAX_EXPONENT = 3 |
const | SECURED_DIRECTORY = "sec" |
Protected Member Functions | |
getPathPrefix () | |
Get path prefix. More... | |
getPathPostfix () | |
Get directory name. More... | |
init () | |
Read path info. More... | |
getPathPrefix () | |
Get path prefix. More... | |
getPathPostfix () | |
Get directory name. More... | |
Protected Attributes | |
$path | |
Private Member Functions | |
init () | |
Read path info. More... | |
Private Attributes | |
$container_id | |
$storage_type | |
$path_conversion = false | |
$short_path | |
Definition at line 34 of file class.ilFileSystemStorage.php.
ilFileSystemStorage::__construct | ( | $a_storage_type, | |
$a_path_conversion, | |||
$a_container_id | |||
) |
Constructor.
public
int | storage type |
bool | En/Disable automatic path conversion. If enabled files with id 123 will be stored in directory files/1/file_123 |
int | object id of container (e.g file_id or mob_id) |
Definition at line 59 of file class.ilFileSystemStorage.php.
References init().
ilFileSystemStorage::__construct | ( | $a_storage_type, | |
$a_path_conversion, | |||
$a_container_id | |||
) |
Constructor.
public
int | storage type |
bool | En/Disable automatic path conversion. If enabled files with id 123 will be stored in directory files/1/file_123 |
int | object id of container (e.g file_id or mob_id) |
Definition at line 50 of file class.ilFileSystemStorage.php.
References init().
|
static |
Copy directory and all contents.
string | $a_source | absolute source path |
string | $a_target | absolute target path |
Definition at line 277 of file class.ilFileSystemStorage.php.
References ilUtil\rCopy().
Referenced by ilFSStorageCourse\_clone(), and ilObjPortfolioBase\cloneBasics().
|
static |
Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5.
public
int | container id |
string | name |
Definition at line 69 of file class.ilFileSystemStorage.php.
References $i, $path, array, getPathPostfix(), and getPathPrefix().
|
static |
Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5.
public
int | container id |
string | name |
Definition at line 83 of file class.ilFileSystemStorage.php.
References $i, $path, array, getPathPostfix(), and getPathPrefix().
Referenced by ilExport\_getExportDirectory().
ilFileSystemStorage::appendToPath | ( | $a_appendix | ) |
Definition at line 282 of file class.ilFileSystemStorage.php.
Referenced by ilFSStorageMail\__construct().
ilFileSystemStorage::copyFile | ( | $a_from, | |
$a_to | |||
) |
Copy files.
public
string | absolute source |
string | absolute target |
Definition at line 262 of file class.ilFileSystemStorage.php.
ilFileSystemStorage::create | ( | ) |
Create directory.
public
Definition at line 118 of file class.ilFileSystemStorage.php.
References ilUpdateUtils\makeDirParents(), and ilUpdateUtils\removeTrailingPathSeparators().
ilFileSystemStorage::create | ( | ) |
Create directory.
public
Definition at line 132 of file class.ilFileSystemStorage.php.
References ilUtil\makeDirParents().
Referenced by ilRestFileStorage\init().
ilFileSystemStorage::delete | ( | ) |
Delete complete directory.
public
Definition at line 248 of file class.ilFileSystemStorage.php.
References ilUtil\delDir(), and getAbsolutePath().
ilFileSystemStorage::deleteDirectory | ( | $a_abs_name | ) |
Delete directory.
public
string | absolute name |
Definition at line 231 of file class.ilFileSystemStorage.php.
References ilUtil\delDir().
Referenced by ilFSStorageCourse\deleteArchive(), and ilExcCriteriaFile\resetReview().
ilFileSystemStorage::deleteFile | ( | $a_abs_name | ) |
Delete file.
public
string | absolute name |
Definition at line 215 of file class.ilFileSystemStorage.php.
Referenced by ilFSStorageCourse\deleteArchive(), ilIndividualAssessmentFileStorage\deleteCurrentFile(), ilIndividualAssessmentFileStorage\deleteFileByName(), ilFSStorageGroup\deleteMemberExportFile(), and ilFSStorageCourse\deleteMemberExportFile().
ilFileSystemStorage::getAbsolutePath | ( | ) |
Get absolute path of storage directory.
public
Definition at line 133 of file class.ilFileSystemStorage.php.
References $path.
ilFileSystemStorage::getAbsolutePath | ( | ) |
Get absolute path of storage directory.
public
Definition at line 147 of file class.ilFileSystemStorage.php.
References $path.
Referenced by ilFSStorageSession\createDirectory(), ilFSStorageEvent\createDirectory(), delete(), ilFSStorageCourse\getArchiveDirectory(), ilFSWebStorageExercise\getAssignmentFilePath(), ilFSStorageExercise\getAssignmentFilePath(), ilFSStorageCourse\getInfoDirectory(), ilFSStorageGroup\getMemberExportDirectory(), ilFSStorageCourse\getMemberExportDirectory(), and ilFSStorageMail\getRelativePathExMailDirectory().
ilFileSystemStorage::getContainerId | ( | ) |
Definition at line 69 of file class.ilFileSystemStorage.php.
References $container_id.
Referenced by ilFSStorageGroup\getMemberExportFiles(), and ilFSStorageCourse\getMemberExportFiles().
ilFileSystemStorage::getPath | ( | ) |
Get path.
Definition at line 295 of file class.ilFileSystemStorage.php.
References $path.
Referenced by ilExAssignment\cloneAssignmentsOfExercise(), ilTestProcessLockFileStorage\create(), ilRestFileStorage\createFile(), ilRestFileStorage\deleteDeprecated(), ilRestFileStorage\getFile(), ilRestFileStorage\getStoredFilePath(), and ilRestFileStorage\storeFileForRest().
|
abstractprotected |
Get directory name.
E.g for files => file Only relative path, no trailing slash '_<obj_id>' will be appended automatically
protected
|
abstractprotected |
Get directory name.
E.g for files => file Only relative path, no trailing slash '_<obj_id>' will be appended automatically
protected
Referenced by _createPathFromId(), and init().
|
abstractprotected |
Get path prefix.
Prefix that will be prepended to the path No trailing slash. E.g ilFiles for files
protected
|
abstractprotected |
Get path prefix.
Prefix that will be prepended to the path No trailing slash. E.g ilFiles for files
protected
Referenced by _createPathFromId(), and init().
ilFileSystemStorage::getShortPath | ( | ) |
ilFileSystemStorage::getStorageType | ( | ) |
Definition at line 287 of file class.ilFileSystemStorage.php.
References $storage_type.
Referenced by ilFSStorageMail\getRelativePathExMailDirectory().
|
private |
Read path info.
private
Definition at line 153 of file class.ilFileSystemStorage.php.
References $container_id, $path, ilUpdateUtils\getDataDir(), getPathPostfix(), getPathPrefix(), ilUpdateUtils\getWebspaceDir(), and ilUpdateUtils\removeTrailingPathSeparators().
|
protected |
Read path info.
private
Definition at line 157 of file class.ilFileSystemStorage.php.
References $container_id, ilUtil\getDataDir(), getPathPostfix(), getPathPrefix(), ilUtil\getWebspaceDir(), and ilUtil\removeTrailingPathSeparators().
Referenced by __construct().
ilFileSystemStorage::rename | ( | $from, | |
$to | |||
) |
Definition at line 143 of file class.ilFileSystemStorage.php.
References $from.
Referenced by ilFSStorageExercise\uploadFile().
ilFileSystemStorage::writeToFile | ( | $a_data, | |
$a_absolute_path | |||
) |
Write data to file.
public
Definition at line 195 of file class.ilFileSystemStorage.php.
Referenced by ilFSStorageGroup\addMemberExportFile(), ilFSStorageCourse\addMemberExportFile(), ilRestFileStorage\createFile(), ilRestFileStorage\storeFileForRest(), and ilFSStorageCourse\writeArchiveFile().
|
private |
Definition at line 44 of file class.ilFileSystemStorage.php.
Referenced by getContainerId(), and init().
|
protected |
Definition at line 48 of file class.ilFileSystemStorage.php.
Referenced by _createPathFromId(), ilRestFileStorage\createFile(), ilIndividualAssessmentFileStorage\getAbsolutePath(), getAbsolutePath(), ilFSStorageExercise\getFeedbackPath(), ilFSStorageExercise\getGlobalFeedbackPath(), ilFSStorageExercise\getMultiFeedbackUploadPath(), getPath(), ilFSStorageExercise\getPeerReviewUploadPath(), ilFSStorageMail\getRelativePathExMailDirectory(), init(), ilAssQuestionProcessLockFileStorage\initSubPath(), ilRestFileStorage\storeFileForRest(), and ilIndividualAssessmentFileStorage\uploadFile().
|
private |
Definition at line 46 of file class.ilFileSystemStorage.php.
|
private |
Definition at line 39 of file class.ilFileSystemStorage.php.
Referenced by getShortPath().
|
private |
Definition at line 45 of file class.ilFileSystemStorage.php.
Referenced by getStorageType().
const ilFileSystemStorage::FACTOR = 100 |
Definition at line 40 of file class.ilFileSystemStorage.php.
const ilFileSystemStorage::MAX_EXPONENT = 3 |
Definition at line 41 of file class.ilFileSystemStorage.php.
const ilFileSystemStorage::SECURED_DIRECTORY = "sec" |
Definition at line 42 of file class.ilFileSystemStorage.php.
const ilFileSystemStorage::STORAGE_DATA = 2 |
Definition at line 37 of file class.ilFileSystemStorage.php.
Referenced by ilAssQuestionProcessLockFileStorage\__construct(), ilTestProcessLockFileStorage\__construct(), ilFSStorageGroup\__construct(), ilRestFileStorage\__construct(), ilFSStorageEvent\__construct(), ilFSStorageSession\__construct(), and ilFSStorageCourse\__construct().
const ilFileSystemStorage::STORAGE_SECURED = 3 |
Definition at line 38 of file class.ilFileSystemStorage.php.
const ilFileSystemStorage::STORAGE_WEB = 1 |
Definition at line 36 of file class.ilFileSystemStorage.php.