$type
$type : string
Source Config
setType(string $type) : \Charcoal\Source\SourceConfig
string | $type | The type of source. |
If parameter is not a string.
Chainable
setHostname(string $hostname) : \Charcoal\Source\DatabaseSourceConfig
Set hostname
string | $hostname | The database hostname. |
If hostname is not a string.
Chainable
setUsername(string $username) : \Charcoal\Source\DatabaseSourceConfig
Set username
string | $username | The database username. |
If username is not a string.
Chainable
setPassword(string $password) : \Charcoal\Source\DatabaseSourceConfig
Set password
string | $password | The database password. |
If password is not a string.
Chainable
setDatabase(string $database) : \Charcoal\Source\DatabaseSourceConfig
Set database
string | $database | The database name. |
If database is not a string.
Chainable
setDisableUtf8(boolean $disableUtf8) : \Charcoal\Source\DatabaseSourceConfig
boolean | $disableUtf8 | The "disable UTF8" flag. |
Chainable