File path: dist/twist/Core/Models/User/Auth.model.php
Namespace: Twist\Core\Models\User
Type: Model
Auth
—
<?php
//Set the variables for the example
$strEmail = 'foo';
$strPassword = 'foo';
//Call the function validate with the example vars
\Twist\Core\Models\User\Auth::validate($strEmail, $strPassword);
Method | Access | Returns |
---|---|---|
current | static | void |
login | static | void |
validate | static | void |
logout | static | void |
logLastActive | static | void |
logLastLogin | static | void |
SessionHandler | static | void |