AdditionalServiceType
extends Enum
in package
AdditionalServiceType enumeration class
Tags
Table of Contents
- ADVANCE_NOTICE = 'advance_notice'
- ANGEL_DE_DELIVERY_DATE_TIME = 'angel_de_delivery_date_time'
- CASH_ON_DELIVERY = 'cash_on_delivery'
- DELIVERY_DATE = 'delivery_date'
- DELIVERY_NOTE = 'delivery_note'
- DELIVERY_TIME = 'delivery_time'
- DHL_ENDORSEMENT = 'dhl_endorsement'
- DHL_GOGREEN = 'dhl_gogreen'
- DHL_IDENT_CHECK = 'dhl_ident_check'
- DHL_NAMED_PERSON_ONLY = 'dhl_named_person_only'
- DHL_NO_NEIGHBOR_DELIVERY = 'dhl_no_neighbor_delivery'
- DHL_PARCEL_OUTLET_ROUTING = 'dhl_parcel_outlet_routing'
- DHL_PREFERRED_NEIGHBOR = 'dhl_preferred_neighbor'
- DPD_FOOD = 'dpd_food'
- DROP_AUTHORIZATION = 'drop_authorization'
- GLS_GUARANTEED_24_SERVICE = 'gls_guaranteed24service'
- HAZARDOUS_GOODS = 'hazardous_goods'
- HERMES_IDENTSERVICE = 'hermes_identservice'
- PREMIUM_INTERNATIONAL = 'premium_international'
- SATURDAY_DELIVERY = 'saturday_delivery'
- UPS_ACCESS_POINT_NOTIFICATION = 'ups_access_point_notification'
- UPS_ADULT_SIGNATURE = 'ups_adult_signature'
- UPS_CARBON_NEUTRAL = 'ups_carbon_neutral'
- UPS_DIRECT_DELIVERY_ONLY = 'ups_direct_delivery_only'
- UPS_SIGNATURE_REQUIRED = 'ups_signature_required'
- VISUAL_AGE_CHECK = 'visual_age_check'
- $constCacheArray : mixed
- get_class_name() : string
- Returns the name of the current instance.
- get_name_by_value() : mixed
- is_valid_value() : bool
- Validates a given $enum_value against a given $enum_type.
- to_string() : string
- For a given $enum_type, give the complete string representation for the given $enum_value (class::const)
- __construct() : void
- Due to singleton pattern make sure there are never any instances created.
Constants
ADVANCE_NOTICE
public
mixed
ADVANCE_NOTICE
= 'advance_notice'
ANGEL_DE_DELIVERY_DATE_TIME
public
mixed
ANGEL_DE_DELIVERY_DATE_TIME
= 'angel_de_delivery_date_time'
CASH_ON_DELIVERY
public
mixed
CASH_ON_DELIVERY
= 'cash_on_delivery'
DELIVERY_DATE
public
mixed
DELIVERY_DATE
= 'delivery_date'
DELIVERY_NOTE
public
mixed
DELIVERY_NOTE
= 'delivery_note'
DELIVERY_TIME
public
mixed
DELIVERY_TIME
= 'delivery_time'
DHL_ENDORSEMENT
public
mixed
DHL_ENDORSEMENT
= 'dhl_endorsement'
DHL_GOGREEN
public
mixed
DHL_GOGREEN
= 'dhl_gogreen'
DHL_IDENT_CHECK
public
mixed
DHL_IDENT_CHECK
= 'dhl_ident_check'
DHL_NAMED_PERSON_ONLY
public
mixed
DHL_NAMED_PERSON_ONLY
= 'dhl_named_person_only'
DHL_NO_NEIGHBOR_DELIVERY
public
mixed
DHL_NO_NEIGHBOR_DELIVERY
= 'dhl_no_neighbor_delivery'
DHL_PARCEL_OUTLET_ROUTING
public
mixed
DHL_PARCEL_OUTLET_ROUTING
= 'dhl_parcel_outlet_routing'
DHL_PREFERRED_NEIGHBOR
public
mixed
DHL_PREFERRED_NEIGHBOR
= 'dhl_preferred_neighbor'
DPD_FOOD
public
mixed
DPD_FOOD
= 'dpd_food'
DROP_AUTHORIZATION
public
mixed
DROP_AUTHORIZATION
= 'drop_authorization'
GLS_GUARANTEED_24_SERVICE
public
mixed
GLS_GUARANTEED_24_SERVICE
= 'gls_guaranteed24service'
HAZARDOUS_GOODS
public
mixed
HAZARDOUS_GOODS
= 'hazardous_goods'
HERMES_IDENTSERVICE
public
mixed
HERMES_IDENTSERVICE
= 'hermes_identservice'
PREMIUM_INTERNATIONAL
public
mixed
PREMIUM_INTERNATIONAL
= 'premium_international'
SATURDAY_DELIVERY
public
mixed
SATURDAY_DELIVERY
= 'saturday_delivery'
UPS_ACCESS_POINT_NOTIFICATION
public
mixed
UPS_ACCESS_POINT_NOTIFICATION
= 'ups_access_point_notification'
UPS_ADULT_SIGNATURE
public
mixed
UPS_ADULT_SIGNATURE
= 'ups_adult_signature'
UPS_CARBON_NEUTRAL
public
mixed
UPS_CARBON_NEUTRAL
= 'ups_carbon_neutral'
UPS_DIRECT_DELIVERY_ONLY
public
mixed
UPS_DIRECT_DELIVERY_ONLY
= 'ups_direct_delivery_only'
UPS_SIGNATURE_REQUIRED
public
mixed
UPS_SIGNATURE_REQUIRED
= 'ups_signature_required'
VISUAL_AGE_CHECK
public
mixed
VISUAL_AGE_CHECK
= 'visual_age_check'
Properties
$constCacheArray
private
static mixed
$constCacheArray
= NULL
Methods
get_class_name()
Returns the name of the current instance.
public
static get_class_name() : string
Return values
string —get_name_by_value()
public
static get_name_by_value(mixed $enum_type, mixed $enum_value) : mixed
Parameters
- $enum_type : mixed
- $enum_value : mixed
Return values
mixed —is_valid_value()
Validates a given $enum_value against a given $enum_type.
public
static is_valid_value(string $enum_type, string $enum_value) : bool
Parameters
- $enum_type : string
- $enum_value : string
Return values
bool —to_string()
For a given $enum_type, give the complete string representation for the given $enum_value (class::const)
public
static to_string(string $enum_type, string $enum_value) : string
Parameters
- $enum_type : string
- $enum_value : string
Return values
string —__construct()
Due to singleton pattern make sure there are never any instances created.
private
final __construct() : void
