ConnectorType extends Enum
in package

This is the plugin property connector type enumerate.

Tags
see
Enum

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

PAYMENT_SYSTEM

public mixed PAYMENT_SYSTEM = 'PAYMENT_SYSTEM'
public mixed RELATED_DEFINITION = 'RELATED_DEFINITION'

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