PHP Class elFinder\elFinderConnector

Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$elFinder elFinder elFinder instance
$header string undocumented class variable
$options aray Options

Public Methods

Method Description
__construct ( $elFinder, $debug = false ) : void Constructor
run ( )
run ( ) : void Execute elFinder command and output result

Protected Methods

Method Description
output ( array $data ) : void Output json

Method Details

__construct() public method

Constructor
Author: Dmitry (dio) Levashov
public __construct ( $elFinder, $debug = false ) : void
return void

output() protected method

Output json
Author: Dmitry (dio) Levashov
protected output ( array $data ) : void
$data array
return void

run() public method

public run ( )

run() public method

Execute elFinder command and output result
Author: Dmitry (dio) Levashov
public run ( ) : void
return void

Property Details

$elFinder protected property

elFinder instance
protected elFinder,elfinder $elFinder
return elFinder

$header protected property

undocumented class variable
protected string $header
return string

$options protected property

Options
protected aray $options
return aray