Table of Contents
Constants
-
NS_HTML
= 'http://www.w3.org/1999/xhtml'
Properties
-
$sendMax
: mixed
-
$waitStep
: mixed
-
$waitTime
: mixed
-
$colorCache
: mixed
-
$dateDisplay
: mixed
-
$dateSystem
: mixed
-
$dbmsTable
: mixed
-
$dbName
: mixed
-
$dbTable
: mixed
-
$htmlTags
: mixed
-
$isMinecraft
: mixed
Methods
-
__construct()
: mixed
-
createRangeDocument()
: mixed
-
createRangeNode()
: mixed
-
getFirstTime()
: mixed
-
getLastTime()
: mixed
-
getMessageList()
: mixed
-
getRangeNode()
: mixed
-
init()
: mixed
-
insert()
: mixed
-
wait()
: mixed
-
calcColor()
: mixed
-
createText()
: mixed
-
install()
: mixed
-
parseText()
: mixed
NS_HTML
public
mixed
NS_HTML
= 'http://www.w3.org/1999/xhtml'
$sendMax
public
mixed
$sendMax
= 1024
$waitStep
public
mixed
$waitStep
= 1
$waitTime
public
mixed
$waitTime
= 300
$colorCache
protected
mixed
$colorCache
$dateDisplay
protected
mixed
$dateDisplay
$dateSystem
protected
mixed
$dateSystem
$dbmsTable
protected
mixed
$dbmsTable
$dbName
protected
mixed
$dbName
$dbTable
protected
mixed
$dbTable
protected
mixed
$htmlTags
= ['u', 'i', 'b']
$isMinecraft
protected
mixed
$isMinecraft
__construct()
public
__construct(string $dbName, string $dbTable) : mixed
Parameters
-
$dbName
: string
-
-
$dbTable
: string
-
createRangeDocument()
public
createRangeDocument(array<string|int, mixed> $messageList) : mixed
Parameters
-
$messageList
: array<string|int, mixed>
-
createRangeNode()
public
createRangeNode(DOMDocument $dataDoc, array<string|int, mixed> $messageList) : mixed
Parameters
-
$dataDoc
: DOMDocument
-
-
$messageList
: array<string|int, mixed>
-
getFirstTime()
public
getFirstTime() : mixed
getLastTime()
public
getLastTime() : mixed
getMessageList()
public
getMessageList(mixed $lastId) : mixed
Parameters
-
$lastId
: mixed
-
getRangeNode()
public
getRangeNode(mixed $start, mixed $end, DOMDocument $dataDoc) : mixed
Parameters
-
$start
: mixed
-
-
$end
: mixed
-
-
$dataDoc
: DOMDocument
-
init()
public
init() : mixed
insert()
public
insert(mixed $message, mixed $time, mixed $ip) : mixed
Parameters
-
$message
: mixed
-
-
$time
: mixed
-
-
$ip
: mixed
-
wait()
public
wait(mixed $start) : mixed
Parameters
-
$start
: mixed
-
calcColor()
protected
calcColor(mixed $color) : mixed
Parameters
-
$color
: mixed
-
createText()
protected
createText(mixed $text, DOMDocument $doc) : mixed
Parameters
-
$text
: mixed
-
-
$doc
: DOMDocument
-
install()
protected
install() : mixed
parseText()
protected
parseText(mixed $text, DOMDocument $doc) : mixed
Parameters
-
$text
: mixed
-
-
$doc
: DOMDocument
-