TwistPHP Documentation

debug

File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
Extends:

debug

Parameters

Name Type Description
$strMessagestringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strMessage 'foo';

//Call the function debug with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> debug($strMessage);