mixed DebugLine(
mixed
$DebugObjectID, string
$str, integer
$DebugType, string
$file, string
$line, string
$title
)
|
|
DebugLine() Constructor of class
_Location is Automatically created at object instantation. Then the formatted debug HTML row is created.
Parameters:
string |
$str: |
Debug Information to store |
integer |
$DebugType: |
Type of debug information |
string |
$file: |
File of debug information |
string |
$line: |
Debug of debug information |
string |
$title: |
Title of debuged var |
API Tags:
Return: | DebugLine Object |
Access: | public |
See: | _BuildDebugLineLocation() |
Information Tags:
void applyTextStyle(
mixed
$str, mixed
$style
)
|
|
applyTextStyle() : Apply a style to a string
API Tags:
Information Tags:
void breakString(
String
$Str, Integer
$Length, [String
$Separator = ' ']
)
|
|
breakString() : Add Carriage return to a string
Parameters:
String |
$Str: |
String to break |
Integer |
$Length: |
Length after we must break the string |
String |
$Separator: |
Separator used to break string |
API Tags:
Information Tags:
void colorizeFont(
mixed
$str, mixed
$color
)
|
|
colorizeFont() : Function that colorize a string with a given color
API Tags:
Information Tags:
string getDebugLineString(
)
|
|
getDebugLineString() : Return Formated debug infos
API Tags:
Return: | The formatted string |
Access: | public |
Information Tags:
string getPhpMyAdminUrl(
)
|
|
getPhpMyAdminUrl() : Return url of PhpmyAdmin
API Tags:
Information Tags:
void setProcessTime(
mixed
$Str
)
|
|
setProcessTime() : Process time string assignment function
API Tags:
Information Tags: