Exponent v2.7.2

elFinderTestACL
in package

example accessControl class

Tags
author

Dmitry (dio) Levashov

subpackage

Utility

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

Tags
author

Dmitry (dio) Levashov

Return values
bool

Search results