interface OptionListCollectionInterface implements OptionListProcessorInterface

Methods

int
countAll()

Returns the count of all elements.

Option|null
createOptionFromKey(string $key)

No description

static Option
createOptionFromModel(Model $model)

No description

Details

int countAll()

Returns the count of all elements.

Return Value

int

Option|null createOptionFromKey(string $key)

No description

Parameters

string $key

Return Value

Option|null

Return null if key is not available.

at line 14
static Option createOptionFromModel(Model $model)

No description

Parameters

Model $model

Return Value

Option

OptionListProcessorInterface filterBySearchQuery(string $searchQuery)

No description

Parameters

string $searchQuery

Return Value

OptionListProcessorInterface

OptionList transformToOptionList()

No description

Return Value

OptionList