MysqlServerDetails
in package
Class MysqlServerDetails
Table of Contents
- $defaultEngine : string
- $engines : array<string|int, mixed>
- $version : string
- __construct() : mixed
- MysqlServerDetails constructor.
- create() : MysqlServerDetails
- Creates and returns a new MysqlServerDetails instance.
- defaultEngine() : string
- Returns the default engine that is used by mysql.
- engines() : array<string|int, mixed>
- Returns the available mysql engines.
- version() : string
- Returns the mysql version.
Properties
$defaultEngine
private
string
$defaultEngine
$engines
private
array<string|int, mixed>
$engines
$version
private
string
$version
Methods
__construct()
MysqlServerDetails constructor.
public
__construct(string $version, array<string|int, mixed> $engines, string $defaultEngine) : mixed
Parameters
- $version : string
- $engines : array<string|int, mixed>
- $defaultEngine : string
Return values
mixed —create()
Creates and returns a new MysqlServerDetails instance.
public
static create(string $version, array<string|int, mixed> $engines, string $defaultEngine) : MysqlServerDetails
Parameters
- $version : string
- $engines : array<string|int, mixed>
- $defaultEngine : string
Return values
MysqlServerDetails —defaultEngine()
Returns the default engine that is used by mysql.
public
defaultEngine() : string
Return values
string —engines()
Returns the available mysql engines.
public
engines() : array<string|int, mixed>
Return values
array<string|int, mixed> —version()
Returns the mysql version.
public
version() : string