|
ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
File Manager settings. More...
Collaboration diagram for ilFMSettings:Public Member Functions | |
| enable ($a_status) | |
| Enable file manager. More... | |
| isEnabled () | |
| check if enabled More... | |
| enableLocalFS ($a_stat) | |
| Enable local file system frame. More... | |
| isLocalFSEnabled () | |
| Check if local file system frame is enabled by default. More... | |
| setMaxFileSize ($a_size) | |
| getMaxFileSize () | |
| update () | |
| Update settings. More... | |
Static Public Member Functions | |
| static | getInstance () |
| Get singleton instance. More... | |
Protected Member Functions | |
| getStorage () | |
| Get storage. More... | |
| read () | |
| Read settings. More... | |
Private Member Functions | |
| __construct () | |
| Singleton constructor. More... | |
Private Attributes | |
| $storage = null | |
| $enabled = false | |
| $localFS = true | |
| $maxFileSize = 64 | |
Static Private Attributes | |
| static | $instance = null |
File Manager settings.
Definition at line 9 of file class.ilFMSettings.php.
|
private |
Singleton constructor.
Definition at line 21 of file class.ilFMSettings.php.
References read().
Here is the call graph for this function:| ilFMSettings::enable | ( | $a_status | ) |
Enable file manager.
| bool | $a_status |
Definition at line 53 of file class.ilFMSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilFMSettings::enableLocalFS | ( | $a_stat | ) |
Enable local file system frame.
| <type> | $a_stat |
Definition at line 71 of file class.ilFMSettings.php.
Referenced by read().
Here is the caller graph for this function:
|
static |
Get singleton instance.
Definition at line 31 of file class.ilFMSettings.php.
References $instance.
Referenced by ilObjCategoryAccess\_getCommands(), ilObjCourseAccess\_getCommands(), ilObjFolderAccess\_getCommands(), ilObjGroupAccess\_getCommands(), ilContainerGUI\fileManagerLaunchObject(), ilSoapObjectAdministration\getTreeChilds(), ilContainerGUI\initHeaderAction(), ilFMSettingsGUI\initSettingsForm(), and ilFMSettingsGUI\update().
Here is the caller graph for this function:| ilFMSettings::getMaxFileSize | ( | ) |
Definition at line 90 of file class.ilFMSettings.php.
References $maxFileSize.
Referenced by update().
Here is the caller graph for this function:
|
protected |
| ilFMSettings::isEnabled | ( | ) |
check if enabled
Definition at line 62 of file class.ilFMSettings.php.
References $enabled.
Referenced by update().
Here is the caller graph for this function:| ilFMSettings::isLocalFSEnabled | ( | ) |
Check if local file system frame is enabled by default.
Definition at line 80 of file class.ilFMSettings.php.
References $localFS.
Referenced by update().
Here is the caller graph for this function:
|
protected |
Read settings.
Definition at line 109 of file class.ilFMSettings.php.
References enable(), enableLocalFS(), getStorage(), and setMaxFileSize().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilFMSettings::setMaxFileSize | ( | $a_size | ) |
Definition at line 85 of file class.ilFMSettings.php.
Referenced by read().
Here is the caller graph for this function:| ilFMSettings::update | ( | ) |
Update settings.
Definition at line 99 of file class.ilFMSettings.php.
References getMaxFileSize(), getStorage(), isEnabled(), and isLocalFSEnabled().
Here is the call graph for this function:
|
private |
Definition at line 14 of file class.ilFMSettings.php.
Referenced by isEnabled().
|
staticprivate |
Definition at line 11 of file class.ilFMSettings.php.
Referenced by getInstance().
|
private |
Definition at line 15 of file class.ilFMSettings.php.
Referenced by isLocalFSEnabled().
|
private |
Definition at line 16 of file class.ilFMSettings.php.
Referenced by getMaxFileSize().
|
private |
Definition at line 13 of file class.ilFMSettings.php.
Referenced by getStorage().