File path: dist/twist/Core/Utilities/Timer.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
__construct
— Timer to capture the time taken
Name | Description |
---|---|
$strInstanceKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strInstanceKey = 'foo';
//Call the function __construct with the example vars
Twist::Timer() -> __construct($strInstanceKey);