‪TYPO3CMS  ‪main
TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver Class Reference
Inheritance diagram for TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver:
TYPO3\CMS\Install\SystemEnvironment\CheckInterface TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\Mysqli TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PdoMysql TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PDOPgSql TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PDOSqlite

Public Member Functions

 __construct ()
 
 getMessageQueue ()
 
 getStatus ()
 

Protected Member Functions

 checkPhpExtensions (string $extension)
 

Protected Attributes

FlashMessageQueue $messageQueue
 

Detailed Description

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

Definition at line 28 of file AbstractDriver.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver::__construct ( )

Definition at line 34 of file AbstractDriver.php.

Member Function Documentation

◆ checkPhpExtensions()

TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver::checkPhpExtensions ( string  $extension)
protected

Check the required PHP extensions for this database platform

Parameters
string$extension‪PHP extension name to check

Definition at line 56 of file AbstractDriver.php.

Referenced by TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\PdoMysql\getStatus(), and TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\Mysqli\getStatus().

◆ getMessageQueue()

◆ getStatus()

TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver::getStatus ( )

Member Data Documentation

◆ $messageQueue

FlashMessageQueue TYPO3\CMS\Install\SystemEnvironment\DatabaseCheck\Driver\AbstractDriver::$messageQueue
protected