Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
AuthControllerCoreTrait Class Reference
+ Inheritance diagram for AuthControllerCoreTrait:

Public Member Functions

 loadView (string $viewName, $pData=NULL, bool $asString=false)
 
 _getBodySelector ()
 
 _getBaseRoute ()
 
 _getLoginInputName ()
 
 message ($type, $header, $body, $icon='info', $id=null)
 
 newAccountCreationRule ()
 

Protected Member Functions

 attemptsTimeout ()
 
 getFiles ()
 
 _newAccountCreationRule (string $accountName)
 
 hasAccountCreation ()
 
 hasAccountRecovery ()
 
 canCreateAccountMessage (FlashMessage $fMessage)
 
 getAccountRecoveryLink ()
 
 getBaseUrl ()
 
 useAjax ()
 
 fMessage (FlashMessage $fMessage, $id=null)
 
 noAttempts ()
 
 authLoadView ($viewName, $vars=[])
 
 getOriginalURL ()
 
 _getFiles ()
 
 getViewVars ($viewname)
 
 addAccountCreationViewData (array &$vData, $forMessage=false)
 

Detailed Description

Definition at line 17 of file AuthControllerCoreTrait.php.

Member Function Documentation

◆ _getBaseRoute()

_getBaseRoute ( )
abstract

◆ _getBodySelector()

_getBodySelector ( )
abstract

Reimplemented in AuthControllerConfig.

◆ _getFiles()

_getFiles ( )
protected

Definition at line 114 of file AuthControllerCoreTrait.php.

◆ _getLoginInputName()

_getLoginInputName ( )
abstract

Reimplemented in AuthControllerConfig.

◆ _newAccountCreationRule()

_newAccountCreationRule ( string  $accountName)
abstractprotected

◆ addAccountCreationViewData()

addAccountCreationViewData ( array &  $vData,
  $forMessage = false 
)
protected

Definition at line 125 of file AuthControllerCoreTrait.php.

◆ attemptsTimeout()

attemptsTimeout ( )
abstractprotected

Reimplemented in AuthControllerConfig.

◆ authLoadView()

authLoadView (   $viewName,
  $vars = [ ] 
)
protected

Definition at line 90 of file AuthControllerCoreTrait.php.

◆ canCreateAccountMessage()

canCreateAccountMessage ( FlashMessage  $fMessage)
abstractprotected

◆ fMessage()

fMessage ( FlashMessage  $fMessage,
  $id = null 
)
protected

Definition at line 54 of file AuthControllerCoreTrait.php.

◆ getAccountRecoveryLink()

getAccountRecoveryLink ( )
abstractprotected

◆ getBaseUrl()

getBaseUrl ( )
protected

Definition at line 41 of file AuthControllerCoreTrait.php.

◆ getFiles()

getFiles ( )
abstractprotected

◆ getOriginalURL()

getOriginalURL ( )
protected

Definition at line 110 of file AuthControllerCoreTrait.php.

◆ getViewVars()

getViewVars (   $viewname)
protected

Definition at line 121 of file AuthControllerCoreTrait.php.

◆ hasAccountCreation()

hasAccountCreation ( )
abstractprotected

Reimplemented in AuthControllerConfig.

◆ hasAccountRecovery()

hasAccountRecovery ( )
abstractprotected

Reimplemented in AuthControllerConfig.

◆ loadView()

loadView ( string  $viewName,
  $pData = NULL,
bool  $asString = false 
)
abstract

◆ message()

message (   $type,
  $header,
  $body,
  $icon = 'info',
  $id = null 
)

Definition at line 50 of file AuthControllerCoreTrait.php.

◆ newAccountCreationRule()

newAccountCreationRule ( )

Definition at line 59 of file AuthControllerCoreTrait.php.

◆ noAttempts()

noAttempts ( )
protected

Definition at line 68 of file AuthControllerCoreTrait.php.

◆ useAjax()

useAjax ( )
protected

Reimplemented in AuthControllerConfig.

Definition at line 45 of file AuthControllerCoreTrait.php.


The documentation for this class was generated from the following file: