class OptionSelectInstanceFactory (View source)

Properties

protected $tokenService

Methods

__construct(Token $tokenService)

No description

string
getAccessTokenString(Key $key)

No description

createInstance(Key $key)

No description

bool
instanceMatchesAccessToken(OptionSelectInstance $instance, string $accessToken)

No description

Details

__construct(Token $tokenService)

No description

Parameters

Token $tokenService

protected string getAccessTokenString(Key $key)

No description

Parameters

Key $key

Return Value

string

OptionSelectInstance createInstance(Key $key)

No description

Parameters

Key $key

Return Value

OptionSelectInstance

bool instanceMatchesAccessToken(OptionSelectInstance $instance, string $accessToken)

No description

Parameters

OptionSelectInstance $instance
string $accessToken

Return Value

bool