class PageSelectInstanceFactory (View source)

Methods for use with the ConcretePageSelect component - primarily for creating on-the-fly access tokens

Properties

protected $tokenService

Methods

__construct(Token $tokenService)

No description

string
getAccessTokenString()

No description

createInstanceFromRequest(Request $request)

No description

bool
instanceMatchesAccessToken(PageSelectInstance $instance, string $accessToken)

No description

Details

__construct(Token $tokenService)

No description

Parameters

Token $tokenService

protected string getAccessTokenString()

No description

Return Value

string

PageSelectInstance createInstance()

No description

Return Value

PageSelectInstance

createInstanceFromRequest(Request $request)

No description

Parameters

Request $request

bool instanceMatchesAccessToken(PageSelectInstance $instance, string $accessToken)

No description

Parameters

PageSelectInstance $instance
string $accessToken

Return Value

bool