TFAUser
extends User
in package
Abstracted user model for TFA admin view.
Incorporating an alternative seach method.
Tags
Table of Contents
Methods
- attributeLabels() : mixed
- getAuthTypeDescription() : string
- Return the related descriptive UserKey value for this auth type
- getButtons() : string
- Returns the action columsn buttons
- getColumns() : array<string|int, mixed>
- getHasAuthSet() : bool
- Returns a check value of if the user has a bound 2FA secret key
- model() : mixed
- relations() : mixed
- rules() : mixed
- search() : mixed
Methods
attributeLabels()
public
attributeLabels() : mixed
getAuthTypeDescription()
Return the related descriptive UserKey value for this auth type
public
getAuthTypeDescription() : string
Return values
stringgetButtons()
Returns the action columsn buttons
public
getButtons() : string
Return values
stringgetColumns()
public
getColumns() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getHasAuthSet()
Returns a check value of if the user has a bound 2FA secret key
public
getHasAuthSet() : bool
Return values
boolmodel()
public
static model([mixed $className = __CLASS__ ]) : mixed
Parameters
- $className : mixed = __CLASS__
Tags
relations()
public
relations() : mixed
Tags
rules()
public
rules() : mixed
Tags
search()
public
search() : mixed