File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
verifyEmail
—
Name | Description |
---|---|
$strVerificationCode | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strVerificationCode = 'foo';
//Call the function verifyEmail with the example vars
Twist::User() -> verifyEmail($strVerificationCode);