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
setScope
AuthBucket\Bundle\OAuth2Bundle\Entity\Scope::setScope PHP Method
Scope Class Documentation
Mostra file
Open project: authbucket/oauth2-symfony-bundle
setScope()
public
method
Set scope.
public
setScope
(
string
$scope
) :
Scope
$scope
string
return
Scope
public function setScope($scope) { $this->scope = $scope; return $this; }
Scope
getScope
setScope