File path: dist/twist/Core/Utilities/Timer.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
log
— Get the timers' current length but do not stop the timer
Name | Description |
---|---|
$strLogTitle | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strLogTitle = 'foo';
//Call the function log with the example vars
Twist::Timer() -> log($strLogTitle);