Definition at line 37 of file AccountSearch.php.
static getAccountsByAnyEmailAddress |
( |
|
$emailAddress, |
|
|
|
$pageSize = null |
|
) |
| |
|
static |
For a given email address, run search by email address and retrieve account models.
- Parameters
-
String | $emailAddress | |
null | int | $pageSize | |
Definition at line 44 of file AccountSearch.php.
static getAccountsByAnyPhone |
( |
|
$phoneNumber, |
|
|
|
$pageSize = null |
|
) |
| |
|
static |
For a given phone number, run search by phone numbers and retrieve account models.
- Parameters
-
string | $phoneNumber | |
null | int | $pageSize | |
Definition at line 73 of file AccountSearch.php.
static getAccountsByPartialName |
( |
|
$partialName, |
|
|
|
$pageSize = null |
|
) |
| |
|
static |
For a given partialName, run search by partial name and retrieve account models.
- Parameters
-
string | $partialName | |
null | int | $pageSize | |
Definition at line 95 of file AccountSearch.php.
The documentation for this class was generated from the following file: