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