class OptionSelectInstance (View source)

Properties

protected string $accessToken
protected Key $attributeKey

Methods

mixed
getAccessToken()

No description

void
setAccessToken(mixed $accessToken)

No description

Key
getAttributeKey()

No description

void
setAttributeKey(Key $attributeKey)

No description

string
getDataSourceUrl()

Returns the URL needed to search these options using the autocomplete component

string
getSelectedOptionsUrl()

Returns the URL needed to selected options when coming to a pre-filled option component

array
createResultFromOption(SelectValueOption $option)

No description

Details

mixed getAccessToken()

No description

Return Value

mixed

void setAccessToken(mixed $accessToken)

No description

Parameters

mixed $accessToken

Return Value

void

Key getAttributeKey()

No description

Return Value

Key

void setAttributeKey(Key $attributeKey)

No description

Parameters

Key $attributeKey

Return Value

void

string getDataSourceUrl()

Returns the URL needed to search these options using the autocomplete component

Return Value

string

string getSelectedOptionsUrl()

Returns the URL needed to selected options when coming to a pre-filled option component

Return Value

string

array createResultFromOption(SelectValueOption $option)

No description

Parameters

SelectValueOption $option

Return Value

array