CKFinder_Connector_Core_Connector::__construct PHP Method

__construct() public method

public __construct ( )
    function __construct()
    {
        $this->_registry =& CKFinder_Connector_Core_Factory::getInstance("Core_Registry");
        $this->_registry->set("errorHandler", "ErrorHandler_Base");
    }