ConnectorType
        
        extends Enum
    
    
            
            in package
            
        
    
    
    
        
            This is the plugin property connector type enumerate.
Tags
Table of Contents
| BASKET | = 'BASKET' | |
|---|---|---|
| CUSTOM_TAG | = 'CUSTOM_TAG' | |
| NONE | = 'NONE' | |
| PAYMENT_SYSTEM | = 'PAYMENT_SYSTEM' | |
| RELATED_DEFINITION | = 'RELATED_DEFINITION' | |
| SHIPPER | = 'SHIPPER' | |
| getValues() | : array<string|int, mixed> | |
| isValid() | Check if the given value is inside the called enumerate. | : bool | 
Constants
BASKET
    public
    mixed
    BASKET
    = 'BASKET'
        
        
    
CUSTOM_TAG
    public
    mixed
    CUSTOM_TAG
    = 'CUSTOM_TAG'
        
        
    
NONE
    public
    mixed
    NONE
    = 'NONE'
        
        
    
PAYMENT_SYSTEM
    public
    mixed
    PAYMENT_SYSTEM
    = 'PAYMENT_SYSTEM'
        
        
    
RELATED_DEFINITION
    public
    mixed
    RELATED_DEFINITION
    = 'RELATED_DEFINITION'
        
        
    
SHIPPER
    public
    mixed
    SHIPPER
    = 'SHIPPER'
        
        
    
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