File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
commit
— Commit all changes and updates made to the users account and data, these changes will be processed and stored to the database. Emails may be sent out suh as welcome or password update emails if enabled.
void — No return information has been documented for this function.
<?php
//Call the function commit with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> commit();