‪TYPO3CMS  10.4
TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\Mysqli Class Reference
Inheritance diagram for TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\Mysqli:
TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver TYPO3\CMS\Install\SystemEnvironment\CheckInterface

Public Member Functions

FlashMessageQueue getStatus ()
 
 checkMysqliReconnectSetting ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver
 __construct ()
 
 getMessageQueue ()
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver
 checkPhpExtensions (string $extension)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver
FlashMessageQueue $messageQueue
 

Detailed Description

Check database configuration status for MySQLi driver

This class is a hardcoded requirement check for the database driver.

The status messages and title must not include HTML, use plain text only. The return values of this class are not bound to HTML and can be used in different scopes (eg. as json array).

This class is only meant to be used within EXT:install and is not part of the TYPO3 Core API.

Definition at line 34 of file Mysqli.php.

Member Function Documentation

◆ checkMysqliReconnectSetting()

TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\Mysqli::checkMysqliReconnectSetting ( )

◆ getStatus()