Inheritance diagram for ilFSStorageFile:
Collaboration diagram for ilFSStorageFile:Public Member Functions | |
| __construct ($a_container_id=0) | |
| Constructor. | |
| __construct ($a_container_id=0) | |
| Constructor. | |
Protected Member Functions | |
| getPathPostfix () | |
| Implementation of abstract method. | |
| getPathPrefix () | |
| Implementation of abstract method. | |
| getPathPostfix () | |
| Implementation of abstract method. | |
| getPathPrefix () | |
| Implementation of abstract method. | |
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().
{
parent::__construct(self::STORAGE_DATA,true,$a_container_id);
}
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().
{
parent::__construct(self::STORAGE_DATA,true,$a_container_id);
}
Here is the call graph for this function:| ilFSStorageFile::getPathPostfix | ( | ) | [protected] |
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 55 of file class.ilFSStorageFile.php.
{
return 'file';
}
| ilFSStorageFile::getPathPostfix | ( | ) | [protected] |
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 55 of file class.ilFSStorageFile.php.
{
return 'file';
}
| ilFSStorageFile::getPathPrefix | ( | ) | [protected] |
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 66 of file class.ilFSStorageFile.php.
{
return 'ilFiles';
}
| ilFSStorageFile::getPathPrefix | ( | ) | [protected] |
Implementation of abstract method.
protected
Reimplemented from ilFileSystemStorage.
Definition at line 66 of file class.ilFSStorageFile.php.
{
return 'ilFiles';
}
1.7.1