AbstractProviderFactory
in package
implements
ProviderFactoryInterface
AbstractYes
Table of Contents
Interfaces
Methods
- supports() : bool
- getPassword() : string
- getSupportedSchemes() : array<string|int, string>
- getUser() : string
Methods
supports()
public
supports(Dsn $dsn) : bool
Parameters
- $dsn : Dsn
Return values
boolgetPassword()
protected
getPassword(Dsn $dsn) : string
Parameters
- $dsn : Dsn
Return values
stringgetSupportedSchemes()
protected
abstract getSupportedSchemes() : array<string|int, string>
Return values
array<string|int, string>getUser()
protected
getUser(Dsn $dsn) : string
Parameters
- $dsn : Dsn