| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
 Inheritance diagram for ilFSStorageFile:
 Inheritance diagram for ilFSStorageFile: Collaboration diagram for ilFSStorageFile:
 Collaboration diagram for ilFSStorageFile:| Public Member Functions | |
| __construct ($a_container_id=0) | |
| Constructor. | |
| __construct ($a_container_id=0) | |
| Constructor. | |
|  Public Member Functions inherited from ilFileSystemStorage | |
| __construct ($a_storage_type, $a_path_conversion, $a_container_id) | |
| Constructor. | |
| getContainerId () | |
| create () | |
| Create directory. | |
| getAbsolutePath () | |
| Get absolute path of storage directory. | |
| writeToFile ($a_data, $a_absolute_path) | |
| Write data to file. | |
| deleteFile ($a_abs_name) | |
| Delete file. | |
| deleteDirectory ($a_abs_name) | |
| Delete directory. | |
| delete () | |
| Delete complete directory. | |
| copyFile ($a_from, $a_to) | |
| Copy files. | |
| appendToPath ($a_appendix) | |
| getStorageType () | |
| getPath () | |
| Get path. | |
| __construct ($a_storage_type, $a_path_conversion, $a_container_id) | |
| Constructor. | |
| create () | |
| Create directory. | |
| getAbsolutePath () | |
| Get absolute path of storage directory. | |
| getShortPath () | |
| rename ($from, $to) | |
| Protected Member Functions | |
| getPathPostfix () | |
| Implementation of abstract method. | |
| getPathPrefix () | |
| Implementation of abstract method. | |
| getPathPostfix () | |
| Implementation of abstract method. | |
| getPathPrefix () | |
| Implementation of abstract method. | |
|  Protected Member Functions inherited from ilFileSystemStorage | |
| init () | |
| Read path info. | |
| Additional Inherited Members | |
|  Static Public Member Functions inherited from ilFileSystemStorage | |
| static | _createPathFromId ($a_container_id, $a_name) | 
| Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5. | |
| _copyDirectory ($a_source, $a_target) | |
| Copy directory and all contents. | |
| static | _createPathFromId ($a_container_id, $a_name) | 
| Create a path from an id: e.g 12345 will be converted to 12/34/<name>_5. | |
|  Data Fields inherited from ilFileSystemStorage | |
| const | STORAGE_WEB = 1 | 
| const | STORAGE_DATA = 2 | 
| const | FACTOR = 100 | 
| const | MAX_EXPONENT = 3 | 
|  Protected Attributes inherited from ilFileSystemStorage | |
| $path | |
Definition at line 33 of file class.ilFSStorageFile.php.
| ilFSStorageFile::__construct | ( | $a_container_id = 0 | ) | 
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 44 of file class.ilFSStorageFile.php.
Referenced by __construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilFSStorageFile::__construct | ( | $a_container_id = 0 | ) | 
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 44 of file class.ilFSStorageFile.php.
References __construct().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 55 of file class.ilFSStorageFile.php.
| 
 | protected | 
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 55 of file class.ilFSStorageFile.php.
| 
 | protected | 
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 66 of file class.ilFSStorageFile.php.
| 
 | protected | 
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 66 of file class.ilFSStorageFile.php.