ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Public Member Functions | |
__construct ($a_container_id=0, $a_ass_id=0) | |
Constructor. More... | |
getFiles () | |
Get assignment files. More... | |
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... | |
Data Fields | |
const | FACTOR = 100 |
const | MAX_EXPONENT = 3 |
Protected Member Functions | |
init () | |
Read path info. More... | |
getPathPostfix () | |
Implementation of abstract method. More... | |
getPathPrefix () | |
Implementation of abstract method. More... | |
Protected Attributes | |
$path | |
Private Attributes | |
$container_id | |
$path_conversion = false | |
Definition at line 32 of file class.ilFSStorageExc5242.php.
ilFSStorageExc5242::__construct | ( | $a_container_id = 0 , |
|
$a_ass_id = 0 |
|||
) |
Constructor.
int | exercise id |
Definition at line 47 of file class.ilFSStorageExc5242.php.
References init().
|
static |
Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5.
int | container id |
string | name |
Definition at line 64 of file class.ilFSStorageExc5242.php.
References $i, $path, and array.
ilFSStorageExc5242::getFiles | ( | ) |
Get assignment files.
Definition at line 130 of file class.ilFSStorageExc5242.php.
References $file, $files, array, and ilUtil\sortArray().
|
protected |
Implementation of abstract method.
protected
Definition at line 112 of file class.ilFSStorageExc5242.php.
Referenced by init().
|
protected |
Implementation of abstract method.
protected
Definition at line 123 of file class.ilFSStorageExc5242.php.
Referenced by init().
|
protected |
Read path info.
private
Definition at line 89 of file class.ilFSStorageExc5242.php.
References getPathPostfix(), getPathPrefix(), and ilUtil\removeTrailingPathSeparators().
Referenced by __construct().
|
private |
Definition at line 37 of file class.ilFSStorageExc5242.php.
|
protected |
Definition at line 40 of file class.ilFSStorageExc5242.php.
Referenced by _createPathFromId().
|
private |
Definition at line 38 of file class.ilFSStorageExc5242.php.
const ilFSStorageExc5242::FACTOR = 100 |
Definition at line 34 of file class.ilFSStorageExc5242.php.
const ilFSStorageExc5242::MAX_EXPONENT = 3 |
Definition at line 35 of file class.ilFSStorageExc5242.php.