PHP Class Jarves\Configuration\Connection

Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
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 )

Method Details

getCharset() public méthode

public getCharset ( ) : string
Résultat string

getDsn() public méthode

public getDsn ( $withLogin = false )

getName() public méthode

public getName ( ) : string
Résultat string

getPassword() public méthode

public getPassword ( ) : string
Résultat string

getPersistent() public méthode

public getPersistent ( ) : boolean
Résultat boolean

getPort() public méthode

public getPort ( ) : integer
Résultat integer

getRootName() public méthode

public getRootName ( ) : string
Résultat string

getServer() public méthode

public getServer ( ) : string
Résultat string

getSlave() public méthode

public getSlave ( ) : boolean
Résultat boolean

getType() public méthode

public getType ( ) : string
Résultat string

getUsername() public méthode

public getUsername ( ) : string
Résultat string

isSlave() public méthode

public isSlave ( )

setCharset() public méthode

public setCharset ( string $charset )
$charset string

setName() public méthode

public setName ( string $name )
$name string

setPassword() public méthode

public setPassword ( string $password )
$password string

setPersistent() public méthode

public setPersistent ( boolean $persistent )
$persistent boolean

setPort() public méthode

public setPort ( integer $port )
$port integer

setRootName() public méthode

public setRootName ( string $rootName )
$rootName string

setServer() public méthode

public setServer ( string $server )
$server string

setSlave() public méthode

public setSlave ( boolean $slave )
$slave boolean

setType() public méthode

public setType ( string $type )
$type string

setUsername() public méthode

public setUsername ( string $username )
$username string

Property Details

$attributes protected_oe property

protected $attributes

$charset protected_oe property

protected string $charset
Résultat string

$docBlock protected_oe property

protected $docBlock

$docBlocks protected_oe property

protected $docBlocks

$name protected_oe property

protected string $name
Résultat string

$password protected_oe property

protected string $password
Résultat string

$persistent protected_oe property

protected bool $persistent
Résultat boolean

$port protected_oe property

protected int $port
Résultat integer

$rootName protected_oe property

protected $rootName

$server protected_oe property

protected string $server
Résultat string

$slave protected_oe property

Defines whether this is a slave and therefore a read-only connection.
protected bool $slave
Résultat boolean

$type protected_oe property

protected string $type
Résultat string

$username protected_oe property

protected string $username
Résultat string