![]() |
TYPO3
7.6
|
Public Member Functions | |
start () | |
push ($tslabel, $value= '') | |
pull ($content= '') | |
setTSselectQuery (array $data, $msg= '') | |
setTSlogMessage ($content, $num=0) | |
printTSlog () | |
incStackPointer () | |
decStackPointer () | |
getMilliseconds ($microtime=null) | |
A fake time tracker that does nothing but providing the methods of the real time tracker. This is done to save some performance over the real time tracker.
Definition at line 21 of file NullTimeTracker.php.
decStackPointer | ( | ) |
Decreases the stack pointer
does nothing
Definition at line 115 of file NullTimeTracker.php.
getMilliseconds | ( | $microtime = null | ) |
Gets a microtime value as milliseconds value.
float | $microtime | The microtime value - if not set the current time is used |
Definition at line 125 of file NullTimeTracker.php.
incStackPointer | ( | ) |
Increases the stack pointer
does nothing
Definition at line 104 of file NullTimeTracker.php.
printTSlog | ( | ) |
Print TypoScript parsing log
does nothing
Definition at line 93 of file NullTimeTracker.php.
pull | ( | $content = '' | ) |
Pulls an element from the TypoScript tracking array
does nothing
string | $content | The content string generated within the push/pull part. |
Definition at line 56 of file NullTimeTracker.php.
push | ( | $tslabel, | |
$value = '' |
|||
) |
Pushes an element to the TypoScript tracking array
does nothing
string | $tslabel | Label string for the entry, eg. TypoScript property name |
string | $value | Additional value(?) |
Definition at line 44 of file NullTimeTracker.php.
setTSlogMessage | ( | $content, | |
$num = 0 |
|||
) |
Logs the TypoScript entry
does nothing
string | $content | The message string |
int | $num | Message type: 0: information, 1: message, 2: warning, 3: error |
Definition at line 82 of file NullTimeTracker.php.
setTSselectQuery | ( | array | $data, |
$msg = '' |
|||
) |
Set TSselectQuery - for messages in TypoScript debugger.
does nothing
array | $data | Query array |
string | $msg | Message/Label to attach |
Definition at line 69 of file NullTimeTracker.php.
start | ( | ) |
"Constructor" Sets the starting time
does nothing
Definition at line 31 of file NullTimeTracker.php.