TwistPHP Documentation

tempPassword

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

tempPassword

Parameters

Name Type Description
[$blEnable = null]booleann/a

Return Values

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

Example

<?php
//Set the variables for the example
$blEnable null;

//Call the function tempPassword with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> tempPassword($blEnable);