elFinder\elFinderConnector::__construct PHP Méthode

__construct() public méthode

Constructor
Author: Dmitry (dio) Levashov
public __construct ( $elFinder, $debug = false ) : void
Résultat void
    public function __construct($elFinder, $debug = false)
    {
        $this->elFinder = $elFinder;
        if ($debug) {
            $this->header = 'Content-Type: text/html; charset=utf-8';
        }
    }