PHP Class elFinder\elFinderConnector

Afficher le fichier Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Свойство Type Description
$elFinder elFinder elFinder instance
$header string undocumented class variable
$options aray Options

Méthodes publiques

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

Méthodes protégées

Méthode Description
output ( array $data ) : void Output json

Method Details

__construct() public méthode

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

output() protected méthode

Output json
Author: Dmitry (dio) Levashov
protected output ( array $data ) : void
$data array
Résultat void

run() public méthode

public run ( )

run() public méthode

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

Property Details

$elFinder protected_oe property

elFinder instance
protected elFinder,elfinder $elFinder
Résultat elFinder

$header protected_oe property

undocumented class variable
protected string $header
Résultat string

$options protected_oe property

Options
protected aray $options
Résultat aray