Documentation

Manager
in package

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

Constants

LOG_LINELENGTH

public mixed LOG_LINELENGTH = 120

Properties

$client

protected static mixed $client

$databaseList

protected static mixed $databaseList = []

$tableList

protected static mixed $tableList = []

Methods

_createLog()

public static _createLog(mixed $sql) : mixed
Parameters
$sql : mixed

getClient()

public static getClient() : mixed

getDatabase()

public static getDatabase(mixed $dbName) : mixed
Parameters
$dbName : mixed

getLogDirectory()

public static getLogDirectory() : string
Return values
string

getLogEnabled()

public static getLogEnabled() : bool
Return values
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

        
On this page

Search results