OptionInterface
in
Interface OptionInterface
Table of Contents
- defaultValue() : mixed
- for() : string|null
- hidden() : bool
- id() : string
- translatable() : bool
- type() : string
- value() : mixed
Methods
defaultValue()
public
defaultValue() : mixed
Return values
mixed —for()
public
for() : string|null
Return values
string|null —hidden()
public
hidden() : bool
Return values
bool —id()
public
id() : string
Return values
string —translatable()
public
translatable() : bool
Return values
bool —type()
public
type() : string
Return values
string —value()
public
value([Language|null $language = null ]) : mixed
Parameters
- $language : Language|null = null