PHP 클래스 Snc\RedisBundle\DependencyInjection\Configuration\RedisDsn

파일 보기 프로젝트 열기: snc/SncRedisBundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$alias string
$database integer
$dsn string
$host string
$password string
$port integer
$socket string
$weight integer

공개 메소드들

메소드 설명
__construct ( string $dsn ) Constructor
getAlias ( ) : string
getDatabase ( ) : integer | null
getHost ( ) : string
getPassword ( ) : string
getPersistentId ( ) : string
getPort ( ) : integer
getSocket ( ) : string
getWeight ( ) : integer
isValid ( ) : boolean

보호된 메소드들

메소드 설명
parseDsn ( string $dsn )
parseParameters ( array $matches ) : string

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( string $dsn )
$dsn string

getAlias() 공개 메소드

public getAlias ( ) : string
리턴 string

getDatabase() 공개 메소드

public getDatabase ( ) : integer | null
리턴 integer | null

getHost() 공개 메소드

public getHost ( ) : string
리턴 string

getPassword() 공개 메소드

public getPassword ( ) : string
리턴 string

getPersistentId() 공개 메소드

public getPersistentId ( ) : string
리턴 string

getPort() 공개 메소드

public getPort ( ) : integer
리턴 integer

getSocket() 공개 메소드

public getSocket ( ) : string
리턴 string

getWeight() 공개 메소드

public getWeight ( ) : integer
리턴 integer

isValid() 공개 메소드

public isValid ( ) : boolean
리턴 boolean

parseDsn() 보호된 메소드

protected parseDsn ( string $dsn )
$dsn string

parseParameters() 보호된 메소드

protected parseParameters ( array $matches ) : string
$matches array
리턴 string

프로퍼티 상세

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

protected string $alias
리턴 string

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

protected int $database
리턴 integer

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

protected string $dsn
리턴 string

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

protected string $host
리턴 string

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

protected string $password
리턴 string

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

protected int $port
리턴 integer

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

protected string $socket
리턴 string

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

protected int $weight
리턴 integer