BaseCredentials
in package
implements
ConnectionInterface
Interfaces, Classes, Traits and Enums
Table of Contents
- $host : string
- $port : int|null
- $ssl : bool
- __construct() : mixed
- host() : string
- port() : int|null
- ssl() : bool
- Set ssl connection
Properties
$host
protected
string
$host
$port
protected
int|null
$port
$ssl
protected
bool
$ssl
Methods
__construct()
public
__construct(string $host[, int|null $port = null ][, bool $ssl = false ]) : mixed
Parameters
- $host : string
- $port : int|null = null
- $ssl : bool = false
Return values
mixed —host()
public
host() : string
Return values
string —port()
public
port() : int|null
Return values
int|null —ssl()
Set ssl connection
public
ssl() : bool