File path: dist/twist/Core/Models/User/User.model.php
Namespace: Twist\Core\Models\User
allowPassword
—
Name | Description |
---|---|
$strPassword | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strPassword = 'foo';
//Call the function allowPassword with the example vars
$resUser = new \Twist\Core\Models\User\User();
$resUser -> allowPassword($strPassword);