PluginConnectorType extends Enum
in package

This is the plugin type enumerate.

Tags
see
Enum

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

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

Return values
bool

Search results