OptionReadService
in
Interface OptionReadService
Tags
Table of Contents
- getAllOptions() : Options
- Returns a collection of all options.
- getOptionById() : Option
- Returns a specific option based on the given option ID.
Methods
getAllOptions()
Returns a collection of all options.
public
getAllOptions() : Options
Return values
Options —getOptionById()
Returns a specific option based on the given option ID.
public
getOptionById(int $optionId) : Option
Parameters
- $optionId : int