ILIAS
trunk Revision v11.0_alpha-1843-g9e1fad99175
|
Public Member Functions | |
__construct (int $question_id, int $user_id) | |
getPath () | |
create () | |
![]() | |
__construct (private int $storage_type, private bool $path_conversion, private int $container_id) | |
Constructor. More... | |
fileExists (string $a_absolute_path) | |
getContainerId () | |
writeToFile (string $a_data, $a_absolute_path) | |
copyFile (string $a_from, string $a_to) | |
create () | |
getAbsolutePath () | |
Calculates the full path on the filesystem. More... | |
delete () | |
deleteDirectory (string $a_abs_name) | |
deleteFile (string $a_abs_name) | |
appendToPath (string $a_appendix) | |
getStorageType () | |
getPath () | |
Protected Member Functions | |
getPathPrefix () | |
Get path prefix. More... | |
getPathPostfix () | |
Get directory name. More... | |
![]() | |
getLegacyFullAbsolutePath (string $relative_path) | |
getFileSystemService () | |
getPathPrefix () | |
Get path prefix. More... | |
getPathPostfix () | |
Get directory name. More... | |
getLegacyAbsolutePath () | |
Calculates the absolute filesystem storage location. More... | |
init () | |
Private Member Functions | |
initSubPath (int $user_id) | |
Private Attributes | |
string | $sub_path |
Additional Inherited Members | |
![]() | |
static | createPathFromId (int $a_container_id, string $a_name) |
static | _copyDirectory (string $a_sdir, string $a_tdir) |
![]() | |
const | STORAGE_WEB = 1 |
const | STORAGE_DATA = 2 |
const | STORAGE_SECURED = 3 |
![]() | |
string | $path = null |
Filesystems | $file_system_service |
Definition at line 24 of file class.ilAssQuestionProcessLockFileStorage.php.
ilAssQuestionProcessLockFileStorage::__construct | ( | int | $question_id, |
int | $user_id | ||
) |
Definition at line 28 of file class.ilAssQuestionProcessLockFileStorage.php.
References ILIAS\GlobalScreen\Provider\__construct(), initSubPath(), and ilFileSystemAbstractionStorage\STORAGE_DATA.
ilAssQuestionProcessLockFileStorage::create | ( | ) |
Definition at line 67 of file class.ilAssQuestionProcessLockFileStorage.php.
References Vendor\Package\$e, $message, ilFileSystemAbstractionStorage\getFileSystemService(), getPath(), and ILIAS\GlobalScreen\has().
ilAssQuestionProcessLockFileStorage::getPath | ( | ) |
Definition at line 62 of file class.ilAssQuestionProcessLockFileStorage.php.
References $sub_path.
Referenced by create().
|
protected |
Get directory name.
E.g for files => file Only relative path, no trailing slash '_<obj_id>' will be appended automatically
protected
Definition at line 57 of file class.ilAssQuestionProcessLockFileStorage.php.
|
protected |
Get path prefix.
Prefix that will be prepended to the path No trailing slash. E.g ilFiles for files
protected
Definition at line 43 of file class.ilAssQuestionProcessLockFileStorage.php.
|
private |
Definition at line 85 of file class.ilAssQuestionProcessLockFileStorage.php.
References ilFileSystemAbstractionStorage\$path.
Referenced by __construct().
|
private |
Definition at line 26 of file class.ilAssQuestionProcessLockFileStorage.php.
Referenced by getPath().