TwistPHP Documentation

create

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

createCreate a new user and return the user object

Return Values

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

Example

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