Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Cake
Controller
Component
AuthComponent
authorizationProvider
Cake\Controller\Component\AuthComponent::authorizationProvider PHP Méthode
AuthComponent Class Documentation
Afficher le fichier
Open project: cakephp/cakephp
authorizationProvider()
public
méthode
If there was any authorization processing for the current request, this function will return the instance of the Authorization object that granted access to the user to the current address.
public
authorizationProvider
( ) :
Cake\Auth\BaseAuthorize |
null
Résultat
Cake\Auth\BaseAuthorize |
null
public function authorizationProvider() { return $this->_authorizationProvider; }
AuthComponent
__get
__set
_getUser
_isAllowed
_isLoginAction
_setDefaults
_unauthenticated
_unauthorized
allow
authCheck
authenticationProvider
authorizationProvider
constructAuthenticate
constructAuthorize
deny
flash
getAuthenticate
getAuthorize
identify
implementedEvents
initialize
isAuthorized
logout
redirectUrl
setUser
startup
storage
user