PMA\libraries\controllers\server\ServerBinlogController::__construct PHP Метод

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

Constructs ServerBinlogController
public __construct ( )
    public function __construct()
    {
        parent::__construct();
        $this->binary_logs = $this->dbi->fetchResult('SHOW MASTER LOGS', 'Log_name', null, null, DatabaseInterface::QUERY_STORE);
    }