ILIAS  trunk Revision v5.2.0beta1-34115-g3a2438be29
ILIAS\Filesystem\Decorator Namespace Reference

Data Structures

class  FilesystemWhitelistDecorator
 The filesystem white list decorator rewrites forbidden file endings and delegates the rest of the operation to the concrete filesystem implementation which is wrapped by the decorator. More...
 
class  ReadOnlyDecorator
 The filesystem ready only decorator provides read only access and will throw an Exception whenever code tries to write files. More...