Documentation

DbUser
in package

Table of Contents

Properties

$id  : mixed
$name  : mixed
$password  : mixed

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

Methods

__construct()

public __construct([mixed $dbConfig = array() ]) : mixed
Parameters
$dbConfig : mixed = array()

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 = ''

        
On this page

Search results