Ubiquity  2.0.3
php rapid development framework
WithAuthTrait Class Reference

Public Member Functions

 initialize ()
 
 loadView ($viewName, $pData=NULL, $asString=false)
 
 isValid ($action)
 
 onInvalidControl ()
 

Protected Member Functions

 _getAuthController ()
 
 getAuthController ()
 
 checkConnection ($authController)
 

Protected Attributes

 $authController
 

Detailed Description

Definition at line 11 of file WithAuthTrait.php.

Member Function Documentation

◆ _getAuthController()

_getAuthController ( )
protected
Returns

Definition at line 79 of file WithAuthTrait.php.

◆ checkConnection()

checkConnection (   $authController)
protected

Definition at line 90 of file WithAuthTrait.php.

◆ getAuthController()

getAuthController ( )
abstractprotected

◆ initialize()

initialize ( )

Definition at line 18 of file WithAuthTrait.php.

◆ isValid()

isValid (   $action)

See also
::isValid()

Definition at line 49 of file WithAuthTrait.php.

◆ loadView()

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

See also
::loadView()

Definition at line 38 of file WithAuthTrait.php.

◆ onInvalidControl()

onInvalidControl ( )

See also
::onInvalidControl()

Definition at line 63 of file WithAuthTrait.php.

Field Documentation

◆ $authController

$authController
protected

Definition at line 16 of file WithAuthTrait.php.


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