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';
        }
    }