elFinderPluginWinRemoveTailDots
extends elFinderPlugin
in package
This class describes elFinder plugin window remove tail dots.
This plugin is automatically loaded on the Windows server and enabled in the LocalFileSystem driver.
Table of Contents
Properties
Methods
- __construct() : mixed
- cmdPostprocess() : mixed
- cmdPreprocess() : mixed
- onUpLoadPreSave() : mixed
- getCurrentOpts() : array<string|int, mixed>
- Get current volume's options
- iaEnabled() : bool
- Is enabled with options
- normalize() : mixed
Properties
$opts
This plugin's options
protected
array<string|int, mixed>
$opts
= array()
$keyMap
private
mixed
$keyMap
= array('ls' => 'intersect', 'upload' => 'renames', 'mkdir' => array('name', 'dirs'))
$replaced
private
mixed
$replaced
= array()
Methods
__construct()
public
__construct(mixed $opts) : mixed
Parameters
- $opts : mixed
cmdPostprocess()
public
cmdPostprocess(mixed $cmd, mixed &$result, mixed $args, mixed $elfinder, mixed $volume) : mixed
Parameters
- $cmd : mixed
- $result : mixed
- $args : mixed
- $elfinder : mixed
- $volume : mixed
cmdPreprocess()
public
cmdPreprocess(mixed $cmd, mixed &$args, mixed $elfinder, mixed $volume) : mixed
Parameters
- $cmd : mixed
- $args : mixed
- $elfinder : mixed
- $volume : mixed
onUpLoadPreSave()
public
onUpLoadPreSave(mixed &$thash, mixed &$name, mixed $src, mixed $elfinder, mixed $volume) : mixed
Parameters
- $thash : mixed
- $name : mixed
- $src : mixed
- $elfinder : mixed
- $volume : mixed
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
Return values
boolnormalize()
protected
normalize(mixed $str, mixed $opts) : mixed
Parameters
- $str : mixed
- $opts : mixed