phpDocumentor

OptionReadService implements OptionReadService

Class OptionReadService

Interfaces, Classes and Traits

OptionReadService
Interface OptionReadService

Table of Contents

$factory  : OptionFactory
$repository  : OptionRepository
__construct()  : mixed
OptionReadService constructor.
getAllOptions()  : Options
Returns a collection of all options.
getOptionById()  : Option
Returns a specific option based on the given option ID.

Properties

Methods

getOptionById()

Returns a specific option based on the given option ID.

public getOptionById(int $optionId) : Option
Parameters
$optionId : int
Tags
inheritDoc
Return values
Option

Search results