PluginConnectorType
        
        extends Enum
    
    
            
            in package
            
        
    
    
    
        
            This is the plugin type enumerate.
Tags
Table of Contents
| ASSET | = 'ASSET' | |
|---|---|---|
| BASKET | = 'BASKET' | |
| CONFIRM_ORDER | = 'CONFIRM_ORDER' | |
| CUSTOM_TAG | = 'CUSTOM_TAG' | |
| MAILING_SYSTEM | = 'MAILING_SYSTEM' | |
| MARKETPLACE | = 'MARKETPLACE' | |
| NONE | = 'NONE' | |
| OAUTH | = 'OAUTH' | |
| ORDER_STATUS | = 'ORDER_STATUS' | |
| PAYMENT_SYSTEM | = 'PAYMENT_SYSTEM' | |
| RELATED_DEFINITION | = 'RELATED_DEFINITION' | |
| SEARCH_ENGINE | = 'SEARCH_ENGINE' | |
| SHIPMENT | = 'SHIPMENT' | |
| SHIPPER | = 'SHIPPER' | |
| SHIPPING_TYPE | = 'SHIPPING_TYPE' | |
| TRACKER | = 'TRACKER' | |
| UNKNOWN | = 'UNKNOWN' | |
| getValues() | : array<string|int, mixed> | |
| isValid() | Check if the given value is inside the called enumerate. | : bool | 
Constants
ASSET
    public
    mixed
    ASSET
    = 'ASSET'
        
        
    
BASKET
    public
    mixed
    BASKET
    = 'BASKET'
        
        
    
CONFIRM_ORDER
    public
    mixed
    CONFIRM_ORDER
    = 'CONFIRM_ORDER'
        
        
    
CUSTOM_TAG
    public
    mixed
    CUSTOM_TAG
    = 'CUSTOM_TAG'
        
        
    
MAILING_SYSTEM
    public
    mixed
    MAILING_SYSTEM
    = 'MAILING_SYSTEM'
        
        
    
MARKETPLACE
    public
    mixed
    MARKETPLACE
    = 'MARKETPLACE'
        
        
    
NONE
    public
    mixed
    NONE
    = 'NONE'
        
        
    
OAUTH
    public
    mixed
    OAUTH
    = 'OAUTH'
        
        
    
ORDER_STATUS
    public
    mixed
    ORDER_STATUS
    = 'ORDER_STATUS'
        
        
    
PAYMENT_SYSTEM
    public
    mixed
    PAYMENT_SYSTEM
    = 'PAYMENT_SYSTEM'
        
        
    
RELATED_DEFINITION
    public
    mixed
    RELATED_DEFINITION
    = 'RELATED_DEFINITION'
        
        
    
SEARCH_ENGINE
    public
    mixed
    SEARCH_ENGINE
    = 'SEARCH_ENGINE'
        
        
    
SHIPMENT
    public
    mixed
    SHIPMENT
    = 'SHIPMENT'
        
        
    
SHIPPER
    public
    mixed
    SHIPPER
    = 'SHIPPER'
        
        
    
SHIPPING_TYPE
    public
    mixed
    SHIPPING_TYPE
    = 'SHIPPING_TYPE'
        
        
    
TRACKER
    public
    mixed
    TRACKER
    = 'TRACKER'
        
        
    
UNKNOWN
    public
    mixed
    UNKNOWN
    = 'UNKNOWN'
        
        
    
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