elFinder\elFinderConnector::__construct PHP Method

__construct() public method

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