PHP Class App\Entities\Setting\DbSettingEntity

Inheritance: extends App\Entities\Setting\AbstractSettingEntity
Show file Open project: ngmy/webloyer Class Usage Examples

Protected Properties

Property Type Description
$database
$driver
$host
$password
$username

Public Methods

Method Description
getDatabase ( )
getDriver ( )
getHost ( )
getPassword ( )
getUsername ( )
setDatabase ( $database )
setDriver ( $driver )
setHost ( $host )
setPassword ( $password )
setUsername ( $username )

Method Details

getDatabase() public method

public getDatabase ( )

getDriver() public method

public getDriver ( )

getHost() public method

public getHost ( )

getPassword() public method

public getPassword ( )

getUsername() public method

public getUsername ( )

setDatabase() public method

public setDatabase ( $database )

setDriver() public method

public setDriver ( $driver )

setHost() public method

public setHost ( $host )

setPassword() public method

public setPassword ( $password )

setUsername() public method

public setUsername ( $username )

Property Details

$database protected property

protected $database

$driver protected property

protected $driver

$host protected property

protected $host

$password protected property

protected $password

$username protected property

protected $username