PHP 클래스 App\Entities\Setting\DbSettingEntity

상속: extends App\Entities\Setting\AbstractSettingEntity
파일 보기 프로젝트 열기: ngmy/webloyer 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$database
$driver
$host
$password
$username

공개 메소드들

메소드 설명
getDatabase ( )
getDriver ( )
getHost ( )
getPassword ( )
getUsername ( )
setDatabase ( $database )
setDriver ( $driver )
setHost ( $host )
setPassword ( $password )
setUsername ( $username )

메소드 상세

getDatabase() 공개 메소드

public getDatabase ( )

getDriver() 공개 메소드

public getDriver ( )

getHost() 공개 메소드

public getHost ( )

getPassword() 공개 메소드

public getPassword ( )

getUsername() 공개 메소드

public getUsername ( )

setDatabase() 공개 메소드

public setDatabase ( $database )

setDriver() 공개 메소드

public setDriver ( $driver )

setHost() 공개 메소드

public setHost ( $host )

setPassword() 공개 메소드

public setPassword ( $password )

setUsername() 공개 메소드

public setUsername ( $username )

프로퍼티 상세

$database 보호되어 있는 프로퍼티

protected $database

$driver 보호되어 있는 프로퍼티

protected $driver

$host 보호되어 있는 프로퍼티

protected $host

$password 보호되어 있는 프로퍼티

protected $password

$username 보호되어 있는 프로퍼티

protected $username