SettingValue
Read onlyYes
    FinalYes
Table of Contents
Properties
- $definition : SettingDefinition|null
- $key : string
- $value : mixed
Methods
- __construct() : mixed
Properties
$definition
        public
            SettingDefinition|null
    $definition
    
    
    
    
    
    
$key
        public
            string
    $key
    
    
    
    
    
    
$value
        public
            mixed
    $value
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(mixed $value, string $key, SettingDefinition|null $definition) : mixed
    Parameters
- $value : mixed
- $key : string
- $definition : SettingDefinition|null