$first_name
$first_name : string
first name
This class handles the process of finding a Contact.
$matches : \Blackpulp\MinistryPlatform\StoredProcedureResult
Results from the FindMatchingContact stored procedure
getMatches() : \Blackpulp\MinistryPlatform\StoredProcedureResult
Returns the FindContact matches
getUserAndAuthenticate() : \Blackpulp\MinistryPlatform\MinistryPlatform\Blackpulp\User
Authenticate a uniquely matched user.
As long as there is exactly one match and that match has a valid User Account, go ahead and process authentication for them.
setMatches(string $sp = "api_blackpulp_FindMatchingContact", $user_fields = array()) : $this
Sets the $matches and $number_of_matches properties
Executes the FindMatchingContact stored procedure via MinistryPlatform. Also allows users to override the default stored procedure and the parameters passed to the stored procedure.
string | $sp | The name of the "Find Matching Contacts" Stored Procedure |
$user_fields |