File path: dist/twist/Core/Models/User/SessionHandler.model.php
Namespace: Twist\Core\Models\User
deleteDeviceID
—
Name | Description |
---|---|
$strDeviceID | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDeviceID = 'foo';
//Call the function deleteDeviceID with the example vars
$resSessionHandler = new \Twist\Core\Models\User\SessionHandler();
$resSessionHandler -> deleteDeviceID($strDeviceID);