ENGINE_PREFIX
ENGINE_PREFIX = 'verifier_engine_'
Defines a general verifier engine. Different verifier engines should impelement this class.
send(\User_Verification $verification) : boolean
Sends verification to its related account.
This function should be overrided by implementors.
\User_Verification | $verification |
true if sending verification is successful else false.