ProductModifierDisplayTypeRadio
extends AbstractProductModifierDisplayType
in package
Class ProductModifierDisplayTypeRadio
Table of Contents
- NAME = 'Radio'
- LANGUAGE_PHRASE_SECTION = 'product_modifier_display_types'
- $name : string
- $textManager : LanguageTextManager
- __construct() : mixed
- AbstractProductModifierDisplayType constructor.
- create() : ProductModifierDisplayTypeInterface
- localisation() : string
- name() : string
- textManager() : LanguageTextManager
Constants
NAME
public
mixed
NAME
= 'Radio'
LANGUAGE_PHRASE_SECTION
protected
mixed
LANGUAGE_PHRASE_SECTION
= 'product_modifier_display_types'
Properties
$name
protected
string
$name
$textManager
private
LanguageTextManager
$textManager
Methods
__construct()
AbstractProductModifierDisplayType constructor.
public
__construct(string $name, LanguageTextManager $textManager) : mixed
Parameters
- $name : string
- $textManager : LanguageTextManager
Return values
mixed —create()
public
static create([LanguageTextManager|null $textManager = null ]) : ProductModifierDisplayTypeInterface
Parameters
- $textManager : LanguageTextManager|null = null
Return values
ProductModifierDisplayTypeInterface —localisation()
public
localisation() : string
Tags
Return values
string —name()
public
name() : string
Tags
Return values
string —textManager()
protected
static textManager() : LanguageTextManager