elfinder
Table of Contents
Classes
- elFinder_options
- Option handler class
Functions
- access() : bool|null
- Simple function to demonstrate how to control file access using "accessControl" callback.
- accessImage() : mixed
- accessAlbums() : mixed
- elFinder_admin_tabs() : mixed
- elFinder_tinymce() : mixed
Functions
access()
Simple function to demonstrate how to control file access using "accessControl" callback.
access(string $attr, string $path, mixed $data, mixed $volume) : bool|null
This method will disable accessing files/folders starting from '.' (dot)
Parameters
- $attr : string
-
attribute name (read|write|locked|hidden)
- $path : string
-
file path relative to volume root directory started with directory separator
- $data : mixed
- $volume : mixed
Return values
bool|nullaccessImage()
accessImage(mixed $attr, mixed $path, mixed $data, mixed $volume) : mixed
Parameters
- $attr : mixed
- $path : mixed
- $data : mixed
- $volume : mixed
accessAlbums()
accessAlbums(mixed $attr, mixed $path, mixed $data, mixed $volume) : mixed
Parameters
- $attr : mixed
- $path : mixed
- $data : mixed
- $volume : mixed
elFinder_admin_tabs()
elFinder_admin_tabs(mixed $tabs) : mixed
Parameters
- $tabs : mixed
elFinder_tinymce()
elFinder_tinymce(mixed $discard) : mixed
Parameters
- $discard : mixed