PMA\libraries\controllers\server\ServerBinlogController::_getLogSelector PHP Method

_getLogSelector() private method

Returns the html for log selector.
private _getLogSelector ( array $url_params ) : string
$url_params array links parameters
return string
    private function _getLogSelector($url_params)
    {
        return Template::get('server/binlog/log_selector')->render(array('url_params' => $url_params, 'binary_logs' => $this->binary_logs));
    }