Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
WithAuthTrait Class Reference

Public Member Functions

 initialize ()
 
 loadView (string $viewName, $pData=NULL, bool $asString=false)
 {}
 
 isValid ($action)
 {}
 
 onInvalidControl ()
 {}
 
 finalize ()
 

Protected Member Functions

 _getAuthController ()
 
 getAuthController ()
 
 checkConnection ($authController)
 

Protected Attributes

 $_checkConnectionContent
 
 $authController
 

Detailed Description

Definition at line 20 of file WithAuthTrait.php.

Member Function Documentation

◆ _getAuthController()

_getAuthController ( )
protected
Returns
\Ubiquity\controllers\auth\AuthController

Definition at line 99 of file WithAuthTrait.php.

◆ checkConnection()

checkConnection (   $authController)
protected

Definition at line 109 of file WithAuthTrait.php.

◆ finalize()

finalize ( )

Definition at line 120 of file WithAuthTrait.php.

◆ getAuthController()

getAuthController ( )
abstractprotected

◆ initialize()

initialize ( )

Definition at line 30 of file WithAuthTrait.php.

◆ isValid()

isValid (   $action)

{}

See also
\Ubiquity\controllers\Controller::isValid()

Definition at line 65 of file WithAuthTrait.php.

◆ loadView()

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

{}

See also
\Ubiquity\controllers\Controller::loadView()

Definition at line 52 of file WithAuthTrait.php.

◆ onInvalidControl()

onInvalidControl ( )

{}

See also
\Ubiquity\controllers\Controller::onInvalidControl()

Definition at line 80 of file WithAuthTrait.php.

Field Documentation

◆ $_checkConnectionContent

$_checkConnectionContent
protected

Definition at line 22 of file WithAuthTrait.php.

◆ $authController

$authController
protected

Definition at line 28 of file WithAuthTrait.php.


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