Reader
in package
implements
ReaderInterface
Class Reader
Interfaces, Classes and Traits
- ReaderInterface
- Interface ReaderInterface
Table of Contents
- $connection : Connection
- __construct() : mixed
- Reader constructor.
- selectionData() : AttributeNameAndValueDTO
- optionName() : string
- optionValueName() : string
Properties
$connection
protected
Connection
$connection
Methods
__construct()
Reader constructor.
public
__construct(Connection $connection) : mixed
Parameters
- $connection : Connection
Return values
mixed —selectionData()
public
selectionData(ModifierIdentifierInterface $identifier, LanguageId $languageId) : AttributeNameAndValueDTO
Parameters
- $identifier : ModifierIdentifierInterface
- $languageId : LanguageId
Tags
Return values
AttributeNameAndValueDTO —optionName()
protected
optionName(int $optionId, LanguageId $languageId) : string
Parameters
- $optionId : int
- $languageId : LanguageId
Tags
Return values
string —optionValueName()
protected
optionValueName(int $optionValueId, LanguageId $languageId) : string
Parameters
- $optionValueId : int
- $languageId : LanguageId