elFinder\elFinderConnector::__construct PHP Метод

__construct() публичный Метод

Constructor
Автор: Dmitry (dio) Levashov
public __construct ( $elFinder, $debug = false ) : void
Результат void
    public function __construct($elFinder, $debug = false)
    {
        $this->elFinder = $elFinder;
        if ($debug) {
            $this->header = 'Content-Type: text/html; charset=utf-8';
        }
    }