Initializer
Table of Contents
Properties
-
$config
: mixed
Methods
-
__construct()
: mixed
-
getConfig()
: Config
-
initLogByName()
: Logger
-
initLogByNameS()
: Logger
-
initRowIdb()
: mixed
-
initRowIdbS()
: mixed
-
setConfig()
: mixed
$config
private
mixed
$config
__construct()
public
__construct([Config $config = null ]) : mixed
Parameters
-
$config
: Config
= null
-
getConfig()
public
getConfig() : Config
initLogByName()
public
initLogByName(mixed $name) : Logger
Parameters
-
$name
: mixed
-
initLogByNameS()
public
static initLogByNameS([Config $config = null ], mixed $name) : Logger
Parameters
-
$config
: Config
= null
-
-
$name
: mixed
-
initRowIdb()
public
initRowIdb([mixed $prefix = 'READ' ]) : mixed
Parameters
-
$prefix
: mixed
= 'READ'
-
initRowIdbS()
public
static initRowIdbS(Config $config[, mixed $prefix = 'READ' ]) : mixed
Parameters
-
$config
: Config
-
-
$prefix
: mixed
= 'READ'
-
setConfig()
public
setConfig(Config $config) : mixed
Parameters
-
$config
: Config
-