PMA\libraries\plugins\import\ImportCsv::_getAnalyze PHP Method

_getAnalyze() private method

Returns true if the table should be analyzed, false otherwise
private _getAnalyze ( ) : boolean
return boolean
    private function _getAnalyze()
    {
        return $this->_analyze;
    }