class ExpressEntrySelectInstanceFactory (View source)

Properties

protected $tokenService

Methods

__construct(Token $tokenService)

No description

string
getAccessTokenString(string $entityHandle)

No description

createInstance(string $entityHandle)

No description

createInstanceFromRequest(Request $request)

No description

bool
instanceMatchesAccessToken(ExpressEntrySelectInstance $instance, string $accessToken)

No description

Details

__construct(Token $tokenService)

No description

Parameters

Token $tokenService

protected string getAccessTokenString(string $entityHandle)

No description

Parameters

string $entityHandle

Return Value

string

ExpressEntrySelectInstance createInstance(string $entityHandle)

No description

Parameters

string $entityHandle

Return Value

ExpressEntrySelectInstance

createInstanceFromRequest(Request $request)

No description

Parameters

Request $request

bool instanceMatchesAccessToken(ExpressEntrySelectInstance $instance, string $accessToken)

No description

Parameters

ExpressEntrySelectInstance $instance
string $accessToken

Return Value

bool