DbUser
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- getId() : mixed
- get db user id
- getName() : mixed
- get db username
- getPassword() : mixed
- get db password
- setId() : mixed
- Set db user id
- setName() : mixed
- set db username
- setPassword() : mixed
- set db password
Properties
$id
protected
mixed
$id
$name
protected
mixed
$name
$password
protected
mixed
$password
Methods
__construct()
public
__construct([mixed $dbConfig = array() ]) : mixed
Parameters
- $dbConfig : mixed = array()
getId()
get db user id
public
getId() : mixed
getName()
get db username
public
getName() : mixed
getPassword()
get db password
public
getPassword() : mixed
setId()
Set db user id
public
setId([string $id = '' ]) : mixed
Parameters
- $id : string = ''
-
id of the dbUser
setName()
set db username
public
setName([string $name = '' ]) : mixed
Parameters
- $name : string = ''
-
name of the dbUser
setPassword()
set db password
public
setPassword([mixed $password = '' ]) : mixed
Parameters
- $password : mixed = ''