"TYPO3 4.0.1: t3lib_timeTrack Class Reference", "datetime" => "Sat Dec 2 19:26:26 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
Public Member Functions | |
start () | |
push ($tslabel, $value='') | |
pull ($content='') | |
setTSlogMessage ($content, $num=0) | |
setTSselectQuery ($query, $msg) | |
incStackPointer () | |
decStackPointer () | |
mtime () | |
convertMicrotime ($microtime) | |
printTSlog () | |
fixContent (&$arr, $content, $depthData='', $first=0, $vKey='') | |
fixCLen ($c, $v) | |
fw ($str) | |
createHierarchyArray (&$arr, $pointer, $uniqueId) | |
debug_typo3PrintError ($header, $text, $js, $baseUrl='') | |
Public Attributes | |
$starttime = 0 | |
$LR = 1 | |
$printConf | |
$wrapError | |
$wrapIcon | |
$uniqueCounter = 0 | |
$tsStack = array(array()) | |
$tsStackLevel = 0 | |
$tsStackLevelMax = array() | |
$tsStackLog = array() | |
$tsStackPointer = 0 | |
$currentHashPointer = array() |
Definition at line 88 of file class.t3lib_timetrack.php.
|
Returns microtime input to milliseconds
Definition at line 265 of file class.t3lib_timetrack.php. Referenced by mtime(), and printTSlog(). |
|
Helper function for internal data manipulation
Definition at line 541 of file class.t3lib_timetrack.php. Referenced by printTSlog(). |
|
This prints out a TYPO3 error message.
Definition at line 561 of file class.t3lib_timetrack.php. |
|
Decreases the stack pointer
Definition at line 245 of file class.t3lib_timetrack.php. |
|
Wraps the input content string in green colored font-tags IF the length o fthe input string exceeds $this->printConf['contentLength'] (or $this->printConf['contentLength_FILE'] if $v == "FILE"
Definition at line 511 of file class.t3lib_timetrack.php. References t3lib_div::fixed_lgd(). Referenced by fixContent(). |
|
Recursively generates the content to display
Definition at line 447 of file class.t3lib_timetrack.php. References fixCLen(), and t3lib_div::testInt(). Referenced by printTSlog(). |
|
Wraps input string in a <font> tag with verdana, black and size 1
Definition at line 527 of file class.t3lib_timetrack.php. Referenced by printTSlog(). |
|
Increases the stack pointer
Definition at line 234 of file class.t3lib_timetrack.php. |
|
Returns the current time in milliseconds
Definition at line 255 of file class.t3lib_timetrack.php. References convertMicrotime(). Referenced by start(). |
|
Print TypoScript parsing log
Definition at line 298 of file class.t3lib_timetrack.php. References convertMicrotime(), createHierarchyArray(), fixContent(), t3lib_div::fixed_lgd_pre(), fw(), t3lib_div::trimExplode(), and t3lib_div::view_array(). |
|
Pulls an element from the TypoScript tracking array
Definition at line 189 of file class.t3lib_timetrack.php. |
|
Pushes an element to the TypoScript tracking array
Definition at line 164 of file class.t3lib_timetrack.php. |
|
Logs the TypoScript entry
Definition at line 207 of file class.t3lib_timetrack.php. |
|
Set TSselectQuery - for messages in TypoScript debugger.
Definition at line 221 of file class.t3lib_timetrack.php. |
|
Constructor Sets the starting time
Definition at line 144 of file class.t3lib_timetrack.php. References mtime(). |
|
Initial value: array( 'showParentKeys' => 1, 'contentLength' => 10000, // Determines max lenght of displayed content before it gets cropped. 'contentLength_FILE' => 400, // Determines max lenght of displayed content FROM FILE cObjects before it gets cropped. Reason is that most FILE cObjects are huge and often used as template-code. 'flag_tree' => 1, 'flag_messages' => 1, 'flag_queries' => 0, 'flag_content' => 0, 'allTime' => 0, 'keyLgd' => 40, 'factor' => 10, 'col' => '#D9D5C9' ) Definition at line 92 of file class.t3lib_timetrack.php. |
|
Initial value: array( 0 => array('',''), 1 => array('<b>','</b>'), 2 => array('<b><font color="#ff6600">','</font></b>'), 3 => array('<b><font color="#ff0000">','</font></b>') ) Definition at line 106 of file class.t3lib_timetrack.php. |
|
Initial value: array( 0 => '', 1 => '<img src="typo3/gfx/icon_note.gif" width="18" height="16" align="absmiddle" alt="" />', 2 => '<img src="typo3/gfx/icon_warning.gif" width="18" height="16" align="absmiddle" alt="" />', 3 => '<img src="typo3/gfx/icon_fatalerror.gif" width="18" height="16" align="absmiddle" alt="" />' ) Definition at line 112 of file class.t3lib_timetrack.php. |