SettingsTypeOption
Read onlyYes
    FinalYes
Table of Contents
Properties
- $description : string
- $required : bool
- $type : string
Methods
- __construct() : mixed
Properties
$description
        public
            string
    $description
    
    
    
    
    
    
$required
        public
            bool
    $required
     = false
    
    
    
    
    
$type
        public
            string
    $type
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(string $type, string $description[, bool $required = false ]) : mixed
    Parameters
- $type : string
- $description : string
- $required : bool = false