Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AuthBucket
Bundle
OAuth2Bundle
Entity
Scope
PHP Class AuthBucket\Bundle\OAuth2Bundle\Entity\Scope
Inheritance:
implements
AuthBucket\OAuth2\Model\ScopeInterface
Mostra file
Open project: authbucket/oauth2-symfony-bundle
Protected Properties
Property
Type
Description
$scope
string
Public Methods
Method
Description
getScope
( ) :
string
Get scope.
setScope
(
string
$scope
) :
Scope
Set scope.
Method Details
getScope()
public
method
Get scope.
public
getScope
( ) :
string
return
string
setScope()
public
method
Set scope.
public
setScope
(
string
$scope
) :
Scope
$scope
string
return
Scope
Property Details
$scope
protected_oe property
protected
string
$scope
return
string