\CodeFareith\CfGoogleAuthenticator\Domain\FormSetupForm

Setup form values object

Use this class to hold setup form values that either originate from a submitted setup form or to pass initial values of a form to the view.

Summary

Methods
Properties
Constants
__construct()
getSecret()
setSecret()
getOneTimePassword()
setOneTimePassword()
No public properties found
FORM_NAME
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

FORM_NAME

FORM_NAME = GoogleAuthenticatorSetupForm

Methods

__construct()

__construct(string  secret, string  oneTimePassword = null) : 

Parameters

string secret
string oneTimePassword

Returns

getSecret()

getSecret() : 

Returns

setSecret()

setSecret(string  secret) : 

Parameters

string secret

Returns

getOneTimePassword()

getOneTimePassword() : 

Returns

setOneTimePassword()

setOneTimePassword(string  oneTimePassword) : 

Parameters

string oneTimePassword

Returns