TwistPHP Documentation

logout

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

logoutLog the user out of the system

Return Values

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

Example

<?php
//Call the function logout with the example vars
\Twist\Core\Models\User\Auth::logout();