|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Collaboration diagram for ilFSStorageExc5242: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().
Here is the call graph for this function:
|
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.
Referenced by init().
Here is the caller graph for this function:| ilFSStorageExc5242::getFiles | ( | ) |
Get assignment files.
Definition at line 130 of file class.ilFSStorageExc5242.php.
References $files, and ilUtil\sortArray().
Here is the call graph for this function:
|
protected |
Implementation of abstract method.
@access protected
Definition at line 112 of file class.ilFSStorageExc5242.php.
Referenced by init().
Here is the caller graph for this function:
|
protected |
Implementation of abstract method.
@access protected
Definition at line 123 of file class.ilFSStorageExc5242.php.
Referenced by init().
Here is the caller graph for this function:
|
protected |
Read path info.
@access private
Definition at line 89 of file class.ilFSStorageExc5242.php.
References _createPathFromId(), getPathPostfix(), getPathPrefix(), and ilUtil\removeTrailingPathSeparators().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.