TwistPHP Documentation

getByEmail

File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getByEmailGet and array of the users default information by User Email

Parameters

Name Type Description
$strEmailstringn/a

Return Values

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

Example

<?php
//Set the variables for the example
$strEmail 'foo';

//Call the function getByEmail with the example vars
Twist::User() -> getByEmail($strEmail);