Config
Table of Contents
Methods
- __construct() : mixed
- canCheck() : mixed
- check() : mixed
- getCloudOAuthRefreshData() : CloudOAuthRefreshData|null
- getFrom() : mixed
- getHost() : mixed
- getIsOauth() : bool
- Is password value OAuth meta build
- getLogin() : mixed
- getPassword() : mixed
- getPort() : mixed
- getProtocol() : mixed
- setCloudOAuthRefreshData() : static
- setFrom() : mixed
- setHost() : mixed
- setIsOauth() : $this
- Set is OAuth flag
- setLogin() : mixed
- setPassword() : mixed
- setPort() : mixed
- setProtocol() : mixed
Methods
__construct()
public
__construct([array<string|int, mixed> $params = null ]) : mixed
Parameters
- $params : array<string|int, mixed> = null
canCheck()
public
static canCheck() : mixed
check()
public
check([mixed &$error = null ][, ErrorCollection &$errors = null ]) : mixed
Parameters
- $error : mixed = null
- $errors : ErrorCollection = null
getCloudOAuthRefreshData()
public
getCloudOAuthRefreshData() : CloudOAuthRefreshData|null
Return values
CloudOAuthRefreshData|nullgetFrom()
public
getFrom() : mixed
getHost()
public
getHost() : mixed
getIsOauth()
Is password value OAuth meta build
public
getIsOauth() : bool
Return values
boolgetLogin()
public
getLogin() : mixed
getPassword()
public
getPassword() : mixed
getPort()
public
getPort() : mixed
getProtocol()
public
getProtocol() : mixed
setCloudOAuthRefreshData()
public
setCloudOAuthRefreshData(CloudOAuthRefreshData|null $data) : static
Parameters
- $data : CloudOAuthRefreshData|null
Return values
staticsetFrom()
public
setFrom(mixed $from) : mixed
Parameters
- $from : mixed
setHost()
public
setHost(mixed $host) : mixed
Parameters
- $host : mixed
setIsOauth()
Set is OAuth flag
public
setIsOauth(mixed $isOauth) : $this
Parameters
- $isOauth : mixed
-
Value
Return values
$thissetLogin()
public
setLogin(mixed $login) : mixed
Parameters
- $login : mixed
setPassword()
public
setPassword(mixed $password) : mixed
Parameters
- $password : mixed
setPort()
public
setPort(mixed $port) : mixed
Parameters
- $port : mixed
setProtocol()
public
setProtocol(mixed $protocol) : mixed
Parameters
- $protocol : mixed