elFinderTestACL
in package
example accessControl class
Tags
Table of Contents
- fsAccess() : bool
- make dotfiles not readable, not writable, hidden and locked
Methods
fsAccess()
make dotfiles not readable, not writable, hidden and locked
public
fsAccess(string $attr, string $path, mixed $data, elFinderVolumeDriver $volume) : bool
Parameters
- $attr : string
-
attribute name (read|write|locked|hidden)
- $path : string
-
file path. Attention! This is path relative to volume root directory started with directory separator.
- $data : mixed
-
data which seted in 'accessControlData' elFinder option
- $volume : elFinderVolumeDriver
-
volume driver