PHP 클래스 Jarves\Configuration\Connection

상속: extends Model
파일 보기 프로젝트 열기: jarves/jarves 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$attributes
$charset string
$docBlock
$docBlocks
$name string
$password string
$persistent boolean
$port integer
$rootName
$server string
$slave boolean Defines whether this is a slave and therefore a read-only connection.
$type string
$username string

공개 메소드들

메소드 설명
getCharset ( ) : string
getDsn ( $withLogin = false )
getName ( ) : string
getPassword ( ) : string
getPersistent ( ) : boolean
getPort ( ) : integer
getRootName ( ) : string
getServer ( ) : string
getSlave ( ) : boolean
getType ( ) : string
getUsername ( ) : string
isSlave ( )
setCharset ( string $charset )
setName ( string $name )
setPassword ( string $password )
setPersistent ( boolean $persistent )
setPort ( integer $port )
setRootName ( string $rootName )
setServer ( string $server )
setSlave ( boolean $slave )
setType ( string $type )
setUsername ( string $username )

메소드 상세

getCharset() 공개 메소드

public getCharset ( ) : string
리턴 string

getDsn() 공개 메소드

public getDsn ( $withLogin = false )

getName() 공개 메소드

public getName ( ) : string
리턴 string

getPassword() 공개 메소드

public getPassword ( ) : string
리턴 string

getPersistent() 공개 메소드

public getPersistent ( ) : boolean
리턴 boolean

getPort() 공개 메소드

public getPort ( ) : integer
리턴 integer

getRootName() 공개 메소드

public getRootName ( ) : string
리턴 string

getServer() 공개 메소드

public getServer ( ) : string
리턴 string

getSlave() 공개 메소드

public getSlave ( ) : boolean
리턴 boolean

getType() 공개 메소드

public getType ( ) : string
리턴 string

getUsername() 공개 메소드

public getUsername ( ) : string
리턴 string

isSlave() 공개 메소드

public isSlave ( )

setCharset() 공개 메소드

public setCharset ( string $charset )
$charset string

setName() 공개 메소드

public setName ( string $name )
$name string

setPassword() 공개 메소드

public setPassword ( string $password )
$password string

setPersistent() 공개 메소드

public setPersistent ( boolean $persistent )
$persistent boolean

setPort() 공개 메소드

public setPort ( integer $port )
$port integer

setRootName() 공개 메소드

public setRootName ( string $rootName )
$rootName string

setServer() 공개 메소드

public setServer ( string $server )
$server string

setSlave() 공개 메소드

public setSlave ( boolean $slave )
$slave boolean

setType() 공개 메소드

public setType ( string $type )
$type string

setUsername() 공개 메소드

public setUsername ( string $username )
$username string

프로퍼티 상세

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

protected $attributes

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

protected string $charset
리턴 string

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

protected $docBlock

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

protected $docBlocks

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

protected string $name
리턴 string

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

protected string $password
리턴 string

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

protected bool $persistent
리턴 boolean

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

protected int $port
리턴 integer

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

protected $rootName

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

protected string $server
리턴 string

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

Defines whether this is a slave and therefore a read-only connection.
protected bool $slave
리턴 boolean

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

protected string $type
리턴 string

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

protected string $username
리턴 string