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
fkooman
OAuth
Client
Context
PHP Class fkooman\OAuth\Client\Context
Afficher le fichier
Open project: fkooman/php-oauth-client
Class Usage Examples
Méthodes publiques
Méthode
Description
__construct
(
$userId
,
array
$scope
= [] )
getScope
( )
getUserId
( )
setScope
(
array
$scope
)
setUserId
(
$userId
)
Method Details
__construct()
public
méthode
public
__construct
(
$userId
,
array
$scope
= [] )
$scope
array
getScope()
public
méthode
public
getScope
( )
getUserId()
public
méthode
public
getUserId
( )
setScope()
public
méthode
public
setScope
(
array
$scope
)
$scope
array
setUserId()
public
méthode
public
setUserId
(
$userId
)