Table of Contents
Constants
-
LOG_LINELENGTH
= 120
Properties
-
$client
: mixed
-
$databaseList
: mixed
-
$tableList
: mixed
Methods
-
_createLog()
: mixed
-
cron()
: mixed
-
getClient()
: mixed
-
getDatabase()
: mixed
-
getLogDirectory()
: string
-
getLogEnabled()
: bool
-
getTable()
: mixed
-
setLogDirectory()
: mixed
-
setLogEnabled()
: mixed
LOG_LINELENGTH
public
mixed
LOG_LINELENGTH
= 120
$client
protected
static mixed
$client
$databaseList
protected
static mixed
$databaseList
= []
$tableList
protected
static mixed
$tableList
= []
_createLog()
public
static _createLog(mixed $sql) : mixed
Parameters
-
$sql
: mixed
-
cron()
public
static cron() : mixed
getClient()
public
static getClient() : mixed
getDatabase()
public
static getDatabase(mixed $dbName) : mixed
Parameters
-
$dbName
: mixed
-
getLogDirectory()
public
static getLogDirectory() : string
getLogEnabled()
public
static getLogEnabled() : bool
getTable()
public
static getTable(mixed $dbName, mixed $tableName) : mixed
Parameters
-
$dbName
: mixed
-
-
$tableName
: mixed
-
setLogDirectory()
public
static setLogDirectory(string $directory) : mixed
Parameters
-
$directory
: string
-
setLogEnabled()
public
static setLogEnabled(bool $value) : mixed
Parameters
-
$value
: bool
-