CombinationDataStatus
        
        extends Enum
    
    
            
            in package
            
        
    
    
    
        
            This is the Current Data Status enumerate.
Tags
Table of Contents
| AVAILABLE | = 'AVAILABLE' | |
|---|---|---|
| RESERVE | = 'RESERVE' | |
| SELECT_OPTION | = 'SELECT_OPTION' | |
| UNAVAILABLE | = 'UNAVAILABLE' | |
| getValues() | : array<string|int, mixed> | |
| isValid() | Check if the given value is inside the called enumerate. | : bool | 
Constants
AVAILABLE
    public
    mixed
    AVAILABLE
    = 'AVAILABLE'
        
        
    
RESERVE
    public
    mixed
    RESERVE
    = 'RESERVE'
        
        
    
SELECT_OPTION
    public
    mixed
    SELECT_OPTION
    = 'SELECT_OPTION'
        
        
    
UNAVAILABLE
    public
    mixed
    UNAVAILABLE
    = 'UNAVAILABLE'
        
        
    
Methods
getValues()
    public
            static    getValues() : array<string|int, mixed>
        
    
    
        Return values
array<string|int, mixed> —isValid()
Check if the given value is inside the called enumerate.
    public
            static    isValid(string $value) : bool
    
        Parameters
- $value : string
- 
                    value to check