Public Member Functions | Protected Member Functions

ilFSStorageFile Class Reference
[Modules/File]

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.

Detailed Description

Author:
Stefan Meyer <smeyer@databay.de>
Version:
$Id$

Definition at line 33 of file class.ilFSStorageFile.php.


Constructor & Destructor Documentation

ilFSStorageFile::__construct ( a_container_id = 0  ) 

Constructor.

public

Parameters:
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

Parameters:
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:


Member Function Documentation

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';
        }


The documentation for this class was generated from the following files: