TwistPHP Documentation

__construct

File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

__constructUser management and control allowing users to register, login and be updated
Functionality to edit, reset passwords, send welcome emails with session management for multi and single devices

Return Values

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

Example

<?php
//Call the function __construct with the example vars
Twist::User() -> __construct();