ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilFSStoragePoll Class Reference
+ Inheritance diagram for ilFSStoragePoll:
+ Collaboration diagram for ilFSStoragePoll:

Public Member Functions

 __construct (int $a_container_id=0)
 
- Public Member Functions inherited from ilFileSystemAbstractionStorage
 __construct (private int $storage_type, private bool $path_conversion, private int $container_id)
 Constructor. More...
 
 fileExists (string $a_absolute_path)
 
 getContainerId ()
 
 writeToFile (string $a_data, $a_absolute_path)
 
 copyFile (string $a_from, string $a_to)
 
 create ()
 
 getAbsolutePath ()
 Calculates the full path on the filesystem. More...
 
 delete ()
 
 deleteDirectory (string $a_abs_name)
 
 deleteFile (string $a_abs_name)
 
 appendToPath (string $a_appendix)
 
 getStorageType ()
 
 getPath ()
 

Protected Member Functions

 getPathPostfix ()
 
 getPathPrefix ()
 
- Protected Member Functions inherited from ilFileSystemAbstractionStorage
 getLegacyFullAbsolutePath (string $relative_path)
 
 getFileSystemService ()
 
 getPathPrefix ()
 Get path prefix. More...
 
 getPathPostfix ()
 Get directory name. More...
 
 getLegacyAbsolutePath ()
 Calculates the absolute filesystem storage location. More...
 
 init ()
 

Additional Inherited Members

- Static Public Member Functions inherited from ilFileSystemAbstractionStorage
static createPathFromId (int $a_container_id, string $a_name)
 
static _copyDirectory (string $a_sdir, string $a_tdir)
 
- Data Fields inherited from ilFileSystemAbstractionStorage
const STORAGE_WEB = 1
 
const STORAGE_DATA = 2
 
const STORAGE_SECURED = 3
 
- Protected Attributes inherited from ilFileSystemAbstractionStorage
string $path = null
 
Filesystems $file_system_service
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilFSStoragePoll::__construct ( int  $a_container_id = 0)

Definition at line 26 of file class.ilFSStoragePoll.php.

References ILIAS\GlobalScreen\Provider\__construct().

27  {
28  parent::__construct(self::STORAGE_SECURED, true, $a_container_id);
29  }
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ getPathPostfix()

ilFSStoragePoll::getPathPostfix ( )
protected

Definition at line 31 of file class.ilFSStoragePoll.php.

31  : string
32  {
33  return 'poll';
34  }

◆ getPathPrefix()

ilFSStoragePoll::getPathPrefix ( )
protected

Definition at line 36 of file class.ilFSStoragePoll.php.

36  : string
37  {
38  return 'ilPoll';
39  }

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