PHP Class fkooman\OAuth\Client\Context

Datei anzeigen Open project: fkooman/php-oauth-client Class Usage Examples

Public Methods

Method Description
__construct ( $userId, array $scope = [] )
getScope ( )
getUserId ( )
setScope ( array $scope )
setUserId ( $userId )

Method Details

__construct() public method

public __construct ( $userId, array $scope = [] )
$scope array

getScope() public method

public getScope ( )

getUserId() public method

public getUserId ( )

setScope() public method

public setScope ( array $scope )
$scope array

setUserId() public method

public setUserId ( $userId )