minMaxHelper
Escape elemtn value helper
Tags
Table of Contents
- $max : mixed
- Minimum value
- $min : mixed
- Maximum value
- $step : mixed
- Step value
- setMax() : $this
- Set input maximum
- setMin() : $this
- Set input minimum
- setStep() : $this
- Set input minimum
- appendAttributes() : string
- Append attributes to input element
Properties
$max
Minimum value
    protected
        mixed
    $max
     = null
    
    
    
$min
Maximum value
    protected
        mixed
    $min
     = null
    
    
    
$step
Step value
    protected
        mixed
    $step
     = null
    
    
    
Methods
setMax()
Set input maximum
    public
                    setMax(int|float $max) : $this
    
        Parameters
- $max : int|float
Return values
$this —setMin()
Set input minimum
    public
                    setMin(int|float $min) : $this
    
        Parameters
- $min : int|float
Return values
$this —setStep()
Set input minimum
    public
                    setStep(mixed $step) : $this
    
        Parameters
- $step : mixed
Return values
$this —appendAttributes()
Append attributes to input element
    protected
                    appendAttributes() : string