PHP Class Snc\RedisBundle\DependencyInjection\Configuration\RedisDsn

Afficher le fichier Open project: snc/SncRedisBundle Class Usage Examples

Protected Properties

Свойство Type Description
$alias string
$database integer
$dsn string
$host string
$password string
$port integer
$socket string
$weight integer

Méthodes publiques

Méthode Description
__construct ( string $dsn ) Constructor
getAlias ( ) : string
getDatabase ( ) : integer | null
getHost ( ) : string
getPassword ( ) : string
getPersistentId ( ) : string
getPort ( ) : integer
getSocket ( ) : string
getWeight ( ) : integer
isValid ( ) : boolean

Méthodes protégées

Méthode Description
parseDsn ( string $dsn )
parseParameters ( array $matches ) : string

Method Details

__construct() public méthode

Constructor
public __construct ( string $dsn )
$dsn string

getAlias() public méthode

public getAlias ( ) : string
Résultat string

getDatabase() public méthode

public getDatabase ( ) : integer | null
Résultat integer | null

getHost() public méthode

public getHost ( ) : string
Résultat string

getPassword() public méthode

public getPassword ( ) : string
Résultat string

getPersistentId() public méthode

public getPersistentId ( ) : string
Résultat string

getPort() public méthode

public getPort ( ) : integer
Résultat integer

getSocket() public méthode

public getSocket ( ) : string
Résultat string

getWeight() public méthode

public getWeight ( ) : integer
Résultat integer

isValid() public méthode

public isValid ( ) : boolean
Résultat boolean

parseDsn() protected méthode

protected parseDsn ( string $dsn )
$dsn string

parseParameters() protected méthode

protected parseParameters ( array $matches ) : string
$matches array
Résultat string

Property Details

$alias protected_oe property

protected string $alias
Résultat string

$database protected_oe property

protected int $database
Résultat integer

$dsn protected_oe property

protected string $dsn
Résultat string

$host protected_oe property

protected string $host
Résultat string

$password protected_oe property

protected string $password
Résultat string

$port protected_oe property

protected int $port
Résultat integer

$socket protected_oe property

protected string $socket
Résultat string

$weight protected_oe property

protected int $weight
Résultat integer