File path: dist/twist/Core/Utilities/Framework.utility.php
Namespace: Twist\Core\Utilities
runLevel
— Determin if the script is being run on Shell, CronTab or by a Webserver
Name | Description |
---|---|
[$blDetails = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$blDetails = false;
//Call the function runLevel with the example vars
Twist::Framework() -> runLevel($blDetails);