elFinderPlugin
in package
elFinder Plugin Abstract
Tags
Table of Contents
Properties
- $opts : array<string|int, mixed>
- This plugin's options
Methods
- getCurrentOpts() : array<string|int, mixed>
- Get current volume's options
- iaEnabled() : bool
- Is enabled with options
Properties
$opts
This plugin's options
protected
array<string|int, mixed>
$opts
= array()
Methods
getCurrentOpts()
Get current volume's options
protected
getCurrentOpts(object $volume) : array<string|int, mixed>
Parameters
- $volume : object
Return values
array<string|int, mixed> —options
iaEnabled()
Is enabled with options
protected
iaEnabled(array<string|int, mixed> $opts[, elFinder $elfinder = null ]) : bool
Parameters
- $opts : array<string|int, mixed>
- $elfinder : elFinder = null